Searched refs:newInstr (Results 1 – 1 of 1) sorted by relevance
2196 InstrT *newInstr = in normalizeInfiniteLoopExit() local2198 MachineInstrBuilder(newInstr).addMBB(loopHeader).addReg(immReg, false); in normalizeInfiniteLoopExit()2200 SHOWNEWINSTR(newInstr); in normalizeInfiniteLoopExit()3014 MachineInstr *newInstr = in insertInstrBefore() local3019 blk->insert(blk->begin(), newInstr); in insertInstrBefore()3021 blk->push_back(newInstr); in insertInstrBefore()3024 SHOWNEWINSTR(newInstr); in insertInstrBefore()3026 return newInstr; in insertInstrBefore()3037 MachineInstr *newInstr = blk->getParent() in insertInstrEnd() local3040 blk->push_back(newInstr); in insertInstrEnd()[all …]