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