Jlm
Classes | Namespaces | Functions
aggregation.hpp File Reference
#include <jlm/llvm/ir/basic-block.hpp>
#include <memory>
Include dependency graph for aggregation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jlm::llvm::AggregationNode
 
class  jlm::llvm::EntryAggregationNode
 
class  jlm::llvm::ExitAggregationNode
 
class  jlm::llvm::BasicBlockAggregationNode
 
class  jlm::llvm::LinearAggregationNode
 
class  jlm::llvm::BranchAggregationNode
 
class  jlm::llvm::LoopAggregationNode
 

Namespaces

 jlm
 
 jlm::llvm
 Global memory state passed between functions.
 

Functions

template<class T >
static bool jlm::llvm::is (const AggregationNode *node)
 
std::unique_ptr< AggregationNode > jlm::llvm::aggregate (ControlFlowGraph &cfg)
 Aggregate a properly structured CFG to a aggregation tree. More...
 
size_t jlm::llvm::ntacs (const AggregationNode &root)