hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
LLVMCodegen::ControlFlowAnalysis Struct Reference

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
 

Detailed Description

Definition at line 49 of file llvmCodegenContext.hpp.

Constructor & Destructor Documentation

◆ ControlFlowAnalysis()

ControlFlowAnalysis ( const std::vector< std::shared_ptr< IRCodeBlock > > &  blocks)

Definition at line 3319 of file llvmCodegenContext.cpp.

Member Data Documentation

◆ G

std::map<yoi::indexT, std::vector<indexT> > G

Definition at line 50 of file llvmCodegenContext.hpp.

Referenced by LLVMCodegen::generateCodeBlock().

◆ reverseG

std::map<yoi::indexT, std::vector<indexT> > reverseG

Definition at line 51 of file llvmCodegenContext.hpp.


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