Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp924 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in compare() local
963 } while (InstL != InstLE && InstR != InstRE); in compare()
965 if (InstL != InstLE && InstR == InstRE) in compare()
967 if (InstL == InstLE && InstR != InstRE) in compare()