Home
last modified time | relevance | path

Searched refs:InsertIt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp651 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 DLowerMemIntrinsics.cpp112 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 DInstruction.cpp42 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 DUtils.cpp74 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 DGlobalISelCombinerEmitter.cpp2152 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand() local
2154 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()