Home
last modified time | relevance | path

Searched refs:InstR (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.cpp765 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
772 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
776 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks()
785 ++InstR; in cmpBasicBlocks()
786 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
788 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
790 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()