Searched refs:NewBonusInst (Results 1 – 1 of 1) sorted by relevance
1106 Instruction *NewBonusInst = BonusInst.clone(); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses() local1109 PTI->getDebugLoc() != NewBonusInst->getDebugLoc()) { in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1114 NewBonusInst->setDebugLoc(DebugLoc()); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1117 RemapInstruction(NewBonusInst, VMap, in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1125 NewBonusInst->dropUBImplyingAttrsAndMetadata(); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1127 NewBonusInst->insertInto(PredBlock, PTI->getIterator()); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1128 auto Range = NewBonusInst->cloneDebugInfoFrom(&BonusInst); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1129 RemapDbgRecordRange(NewBonusInst->getModule(), Range, VMap, in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1135 NewBonusInst->takeName(&BonusInst); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1136 BonusInst.setName(NewBonusInst->getName() + ".old"); in CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()[all …]