Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp929 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in compare() local
968 } while (InstL != InstLE && InstR != InstRE); in compare()
970 if (InstL != InstLE && InstR == InstRE) in compare()
972 if (InstL == InstLE && InstR != InstRE) in compare()