Home
last modified time | relevance | path

Searched refs:InstLE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()