Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp782 if (const PHINode *PNL = dyn_cast<PHINode>(L)) { in cmpOperations() local
787 for (unsigned i = 0, e = PNL->getNumIncomingValues(); i != e; ++i) { in cmpOperations()
789 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i))) in cmpOperations()