Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()
805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()
814 ++InstL; 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3850 TemplateParameterList *InstL in SubstTemplateParams() local
3854 return InstL; in SubstTemplateParams()