Home
last modified time | relevance | path

Searched defs:InsertAtEnd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp192 const Twine &NameStr, BasicBlock *InsertAtEnd) in LandingPadInst()
218 BasicBlock *InsertAtEnd) { in Create()
525 BasicBlock *InsertAtEnd) in CallInst()
625 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
738 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
745 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc()
757 BasicBlock *InsertAtEnd) { in createFree()
801 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree()
808 BasicBlock *InsertAtEnd) { in CreateFree()
980 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst()
[all …]
H A DDIBuilder.cpp918 BasicBlock *InsertAtEnd) { in insertDeclare()
933 BasicBlock *InsertAtEnd) { in insertLabel()
951 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
H A DInstruction.cpp37 BasicBlock *InsertAtEnd) in Instruction()