Searched refs:InstLE (Results 1 – 1 of 1) sorted by relevance
764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()