LLVM  3.7.0
Functions
IRBuilder.cpp File Reference
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Statepoint.h"
Include dependency graph for IRBuilder.cpp:

Go to the source code of this file.

Functions

static CallInstcreateCallHelper (Value *Callee, ArrayRef< Value * > Ops, IRBuilderBase *Builder, const Twine &Name="")
 
static InvokeInstcreateInvokeHelper (Value *Invokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value * > Ops, IRBuilderBase *Builder, const Twine &Name="")
 
static std::vector< Value * > getStatepointArgs (IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, ArrayRef< Value * > CallArgs, ArrayRef< Value * > DeoptArgs, ArrayRef< Value * > GCArgs)
 

Function Documentation

static CallInst* createCallHelper ( Value Callee,
ArrayRef< Value * >  Ops,
IRBuilderBase Builder,
const Twine Name = "" 
)
static
static InvokeInst* createInvokeHelper ( Value Invokee,
BasicBlock NormalDest,
BasicBlock UnwindDest,
ArrayRef< Value * >  Ops,
IRBuilderBase Builder,
const Twine Name = "" 
)
static
static std::vector<Value *> getStatepointArgs ( IRBuilderBase B,
uint64_t  ID,
uint32_t  NumPatchBytes,
Value ActualCallee,
ArrayRef< Value * >  CallArgs,
ArrayRef< Value * >  DeoptArgs,
ArrayRef< Value * >  GCArgs 
)
static