Searched refs:InstRE (Results 1 – 1 of 1) sorted by relevance
924 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in compare() local963 } while (InstL != InstLE && InstR != InstRE); in compare()965 if (InstL != InstLE && InstR == InstRE) in compare()967 if (InstL == InstLE && InstR != InstRE) in compare()