Searched defs:InsertAtEnd (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 189 BasicBlock *InsertAtEnd) in LandingPadInst() 220 BasicBlock *InsertAtEnd) { in Create() 313 BasicBlock *InsertAtEnd) in CallInst() 373 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc() 474 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() 483 BasicBlock *InsertAtEnd) { in createFree() 522 Instruction* CallInst::CreateFree(Value* Source, BasicBlock *InsertAtEnd) { in CreateFree() 633 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst() 640 ReturnInst::ReturnInst(LLVMContext &Context, BasicBlock *InsertAtEnd) in ReturnInst() 678 ResumeInst::ResumeInst(Value *Exn, BasicBlock *InsertAtEnd) in ResumeInst() [all …]
|
H A D | Instruction.cpp | 40 BasicBlock *InsertAtEnd) in Instruction()
|
H A D | DIBuilder.cpp | 1153 BasicBlock *InsertAtEnd) { in insertDeclare() 1195 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 43 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
|
/minix3/minix/llvm/passes/include/common/ |
H A D | pass_common.h | 477 …truction(Value *ptr, std::vector<Value*> &indexes, const Twine &NameStr, BasicBlock *InsertAtEnd) { in createGetElementPtrInstruction() 495 …llInstruction(Value *F, std::vector<Value*> &args, const Twine &NameStr, BasicBlock *InsertAtEnd) { in createCallInstruction()
|
/minix3/minix/llvm/passes/magic/support/ |
H A D | MagicUtil.cpp | 173 …truction(Value *ptr, std::vector<Value*> &indexes, const Twine &NameStr, BasicBlock *InsertAtEnd) { in createGetElementPtrInstruction() 181 …llInstruction(Value *F, std::vector<Value*> &args, const Twine &NameStr, BasicBlock *InsertAtEnd) { in createCallInstruction()
|