Searched refs:LastInstFound (Results 1 – 2 of 2) sorted by relevance
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