|
VapourSynth-llvmexpr
|
#include <llvmexpr/analysis/passes/ConstPropPass.hpp>
Public Attributes | |
| std::vector< std::vector< std::optional< double > > > | const_stack_in |
| std::vector< std::vector< std::optional< double > > > | const_stack_out |
Definition at line 30 of file ConstPropPass.hpp.
| std::vector<std::vector<std::optional<double> > > analysis::ConstPropResult::const_stack_in |
Definition at line 31 of file ConstPropPass.hpp.
Referenced by analysis::ConstPropPass::run().
| std::vector<std::vector<std::optional<double> > > analysis::ConstPropResult::const_stack_out |
Definition at line 32 of file ConstPropPass.hpp.
Referenced by analysis::ConstPropPass::run().