Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp800 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
822 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
824 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
826 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()