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.cpp915 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
920 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
923 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
925 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
926 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
935 ++InstL; 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4200 TemplateParameterList *InstL in SubstTemplateParams() local
4204 return InstL; in SubstTemplateParams()