Home
last modified time | relevance | path

Searched refs:LastInstFound (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DOrderedBasicBlock.cpp30 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()
/external/llvm/include/llvm/Analysis/
DOrderedBasicBlock.h42 BasicBlock::const_iterator LastInstFound; variable