Searched refs:InstLE (Results 1 – 1 of 1) sorted by relevance
1171 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->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()