Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()