Searched refs:InstRE (Results 1 – 2 of 2) sorted by relevance
768 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local789 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()791 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()793 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
1172 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local1209 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()1211 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()1213 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()