Searched refs:InsertIt (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CtxProfAnalysis.cpp | 651 auto InsertIt = InsertionPoints.find(Ctx.guid()); in initIndex() local 652 if (InsertIt == InsertionPoints.end()) in initIndex() 658 InsertIt->second->Next = &Ctx; in initIndex() 659 Ctx.Previous = InsertIt->second; in initIndex() 660 InsertIt->second = &Ctx; in initIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 112 BasicBlock::iterator InsertIt = PostLoopBB ? PostLoopBB->getFirstNonPHIIt() in createMemCpyLoopKnownSize() local 114 IRBuilder<> RBuilder(InsertIt->getParent(), InsertIt); in createMemCpyLoopKnownSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 42 if (InstListType::iterator InsertIt = InsertBefore; InsertIt.isValid()) { in Instruction() local 43 BasicBlock *BB = InsertIt.getNodeParent(); in Instruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 74 MachineBasicBlock::iterator InsertIt(&InsertPt); in constrainOperandRegClass() local 79 BuildMI(MBB, InsertIt, InsertPt.getDebugLoc(), in constrainOperandRegClass() 84 BuildMI(MBB, std::next(InsertIt), InsertPt.getDebugLoc(), in constrainOperandRegClass()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 2152 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand() local 2154 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()
|