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