Jlm
Namespaces | Functions
print.cpp File Reference
#include <jlm/llvm/ir/aggregation.hpp>
#include <jlm/llvm/ir/cfg.hpp>
#include <jlm/llvm/ir/ipgraph-module.hpp>
#include <jlm/llvm/ir/operators/operators.hpp>
#include <jlm/llvm/ir/print.hpp>
#include <jlm/llvm/ir/tac.hpp>
#include <typeindex>
#include <deque>
Include dependency graph for print.cpp:

Go to the source code of this file.

Namespaces

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

Functions

static std::string jlm::llvm::emit_tacs (const tacsvector_t &tacs)
 
static std::string jlm::llvm::emit_function_node (const InterProceduralGraphNode &clg_node)
 
static std::string jlm::llvm::emit_data_node (const InterProceduralGraphNode &clg_node)
 
std::string jlm::llvm::to_str (const InterProceduralGraph &clg)
 
std::string jlm::llvm::to_str (const AggregationNode &n, const AnnotationMap &dm)
 
void jlm::llvm::print (const AggregationNode &n, const AnnotationMap &dm, FILE *out)