|
VapourSynth-llvmexpr
|
#include <llvmexpr/analysis/passes/BuildCFGPass.hpp>
Public Attributes | |
| std::vector< CFGBlock > | cfg_blocks |
| std::map< std::string, int > | label_to_block_idx |
Definition at line 32 of file BuildCFGPass.hpp.
| std::vector<CFGBlock> analysis::BuildCFGResult::cfg_blocks |
Definition at line 33 of file BuildCFGPass.hpp.
Referenced by analysis::BuildCFGPass::run().
| std::map<std::string, int> analysis::BuildCFGResult::label_to_block_idx |
Definition at line 34 of file BuildCFGPass.hpp.
Referenced by analysis::BuildCFGPass::run().