|
LLVM
3.7.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/ConstantFolder.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Operator.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Support/CBindingWrapping.h"Go to the source code of this file.
Classes | |
| class | llvm::IRBuilderDefaultInserter< preserveNames > |
| This provides the default implementation of the IRBuilder 'InsertHelper' method that is called whenever an instruction is created by IRBuilder and needs to be inserted. More... | |
| class | llvm::IRBuilderBase |
| Common base class shared among various IRBuilders. More... | |
| class | llvm::IRBuilderBase::InsertPoint |
| InsertPoint - A saved insertion point. More... | |
| class | llvm::IRBuilderBase::InsertPointGuard |
| class | llvm::IRBuilderBase::FastMathFlagGuard |
| class | llvm::IRBuilder< preserveNames, T, Inserter > |
| This provides a uniform API for creating instructions and inserting them into a basic block: either at the end of a BasicBlock, or at a specific iterator location in a block. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6