Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp895 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
917 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
919 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
921 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()