Jlm
Classes | Namespaces | Typedefs
LlvmConversionContext.hpp File Reference
#include <jlm/llvm/ir/cfg-node.hpp>
#include <jlm/llvm/ir/ipgraph-module.hpp>
#include <jlm/llvm/ir/tac.hpp>
#include <jlm/llvm/ir/TypeConverter.hpp>
#include <llvm/IR/DerivedTypes.h>
#include <unordered_map>
Include dependency graph for LlvmConversionContext.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jlm::llvm::Context
 

Namespaces

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

Typedefs

using jlm::llvm::BasicBlockMap = util::BijectiveMap< const ::llvm::BasicBlock *, BasicBlock * >