Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp916 BasicBlock::const_iterator InstR = BBR->begin(), InstRE = BBR->end(); in cmpBasicBlocks() local
920 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
923 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
927 Value *OpR = InstR->getOperand(i); in cmpBasicBlocks()
936 ++InstR; in cmpBasicBlocks()
937 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
939 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
941 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()