Searched refs:LastInstFound (Results 1 – 4 of 4) sorted by relevance
29 LastInstFound = BB->end(); in OrderedBasicBlock()37 assert(!(LastInstFound == BB->end() && NextInstPos != 0) && in comesBefore()45 if (LastInstFound != IE) in comesBefore()46 II = std::next(LastInstFound); in comesBefore()58 LastInstFound = II; in comesBefore()90 if (LastInstFound != BB->end() && I == &*LastInstFound) { in eraseInstruction()91 if (LastInstFound == BB->begin()) { in eraseInstruction()92 LastInstFound = BB->end(); in eraseInstruction()95 LastInstFound--; in eraseInstruction()108 if (LastInstFound != BB->end() && Old == &*LastInstFound) in replaceInstruction()[all …]
30 LastInstFound = BB->end(); in OrderedBasicBlock()38 assert(!(LastInstFound == BB->end() && NextInstPos != 0) && in comesBefore()44 if (LastInstFound != IE) in comesBefore()45 II = std::next(LastInstFound); in comesBefore()57 LastInstFound = II; in comesBefore()
42 BasicBlock::const_iterator LastInstFound; variable
41 BasicBlock::const_iterator LastInstFound; variable