Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp929 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
934 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
937 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
939 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
940 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
949 ++InstL; in cmpBasicBlocks()
951 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()
953 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()
955 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4747 TemplateParameterList *InstL in SubstTemplateParams() local
4751 return InstL; in SubstTemplateParams()