|
hoshi-lang dev
Yet another programming language
|
Public Member Functions | |
| ControlFlowAnalysis (const std::vector< std::shared_ptr< IRCodeBlock > > &blocks) | |
Public Attributes | |
| std::map< yoi::indexT, std::vector< indexT > > | G |
| std::map< yoi::indexT, std::vector< indexT > > | reverseG |
Definition at line 49 of file llvmCodegenContext.hpp.
| ControlFlowAnalysis | ( | const std::vector< std::shared_ptr< IRCodeBlock > > & | blocks | ) |
Definition at line 3319 of file llvmCodegenContext.cpp.
| std::map<yoi::indexT, std::vector<indexT> > G |
Definition at line 50 of file llvmCodegenContext.hpp.
Referenced by LLVMCodegen::generateCodeBlock().
| std::map<yoi::indexT, std::vector<indexT> > reverseG |
Definition at line 51 of file llvmCodegenContext.hpp.