Searched refs:InsertIt (Results 1 – 3 of 3) sorted by relevance
39 if (InstListType::iterator InsertIt = InsertBefore; InsertIt.isValid()) { in Instruction() local40 BasicBlock *BB = InsertIt.getNodeParent(); in Instruction()
74 MachineBasicBlock::iterator InsertIt(&InsertPt); in constrainOperandRegClass() local79 BuildMI(MBB, InsertIt, InsertPt.getDebugLoc(), in constrainOperandRegClass()84 BuildMI(MBB, std::next(InsertIt), InsertPt.getDebugLoc(), in constrainOperandRegClass()
2055 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand() local2057 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()