VapourSynth-llvmexpr
Loading...
Searching...
No Matches
analysis::BuildCFGResult Struct Reference

#include <llvmexpr/analysis/passes/BuildCFGPass.hpp>

Public Attributes

std::vector< CFGBlockcfg_blocks
std::map< std::string, int > label_to_block_idx

Detailed Description

Definition at line 32 of file BuildCFGPass.hpp.

Member Data Documentation

◆ cfg_blocks

std::vector<CFGBlock> analysis::BuildCFGResult::cfg_blocks

Definition at line 33 of file BuildCFGPass.hpp.

Referenced by analysis::BuildCFGPass::run().

◆ label_to_block_idx

std::map<std::string, int> analysis::BuildCFGResult::label_to_block_idx

Definition at line 34 of file BuildCFGPass.hpp.

Referenced by analysis::BuildCFGPass::run().


The documentation for this struct was generated from the following file: