Searched refs:InstRE (Results 1 – 1 of 1) sorted by relevance
1154 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local1190 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()1192 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()1194 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()