Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp29 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 …]
/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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOrderedBasicBlock.h41 BasicBlock::const_iterator LastInstFound; variable