Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp795 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
806 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks()
815 ++InstR; in cmpBasicBlocks()
816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()