Searched refs:InsertAtEnd (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 184 BasicBlock *InsertAtEnd); 195 BasicBlock *InsertAtEnd); 204 InsertAtEnd) {} in LoadInst() 210 BasicBlock *InsertAtEnd) in LoadInst() argument 218 BasicBlock *InsertAtEnd) in LoadInst() argument 1234 &InsertAtEnd) { 1372 &InsertAtEnd) { 1713 InsertAtEnd) { 2543 2, InsertAtEnd) { 3763 InsertAtEnd); [all …]
|
| H A D | InstrTypes.h | 109 const Twine &Name, BasicBlock *InsertAtEnd); 139 const Twine &Name, BasicBlock *InsertAtEnd); 298 BasicBlock *InsertAtEnd); 302 BasicBlock *InsertAtEnd); 306 BasicBlock *InsertAtEnd); 310 BasicBlock *InsertAtEnd); 314 BasicBlock *InsertAtEnd); 363 const Twine &NameStr, BasicBlock *InsertAtEnd) 364 : UnaryInstruction(Ty, iType, S, InsertAtEnd) { 393 BasicBlock *InsertAtEnd ///< The block to insert the instruction into [all …]
|
| H A D | DIBuilder.h | 793 BasicBlock *InsertAtEnd); 817 BasicBlock *InsertAtEnd); 829 BasicBlock *InsertAtEnd);
|
| H A D | Instruction.h | 752 BasicBlock *InsertAtEnd);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 464 assert(((!InsertBefore && InsertAtEnd) || (InsertBefore && !InsertAtEnd)) && in createMalloc() 592 assert(((!InsertBefore && InsertAtEnd) || (InsertBefore && !InsertAtEnd)) && in createFree() 739 InsertAtEnd) { in ReturnInst() 839 InsertAtEnd) { in CatchReturnInst() 863 InsertAtEnd) { in CatchSwitchInst() 1262 InsertAtEnd) { in StoreInst() 1383 InsertAtEnd) { in AtomicRMWInst() 1659 InsertAtEnd) { in ShuffleVectorInst() 2089 InsertAtEnd) { in BinaryOperator() 2703 BasicBlock *InsertAtEnd) { in CreatePointerBitCastOrAddrSpaceCast() argument [all …]
|
| H A D | DIBuilder.cpp | 852 BasicBlock *InsertAtEnd) { in insertDeclare() argument 855 Instruction *InsertBefore = InsertAtEnd->getTerminator(); in insertDeclare() 856 return insertDeclare(Storage, VarInfo, Expr, DL, InsertAtEnd, InsertBefore); in insertDeclare() 867 BasicBlock *InsertAtEnd) { in insertLabel() argument 868 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel() 885 BasicBlock *InsertAtEnd) { in insertDbgValueIntrinsic() argument 886 return insertDbgValueIntrinsic(V, VarInfo, Expr, DL, InsertAtEnd, nullptr); in insertDbgValueIntrinsic()
|
| H A D | Instruction.cpp | 37 BasicBlock *InsertAtEnd) in Instruction() argument 41 assert(InsertAtEnd && "Basic block to append to may not be NULL!"); in Instruction() 42 InsertAtEnd->getInstList().push_back(this); in Instruction()
|