Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp780 PHINode *PhiX, *CountPhi; in detectPopcountIdiom() local
784 PhiX = CountPhi = nullptr; in detectPopcountIdiom()
824 PhiX = dyn_cast<PHINode>(VarX1); in detectPopcountIdiom()
825 if (!PhiX || in detectPopcountIdiom()
826 (PhiX->getOperand(0) != DefX2 && PhiX->getOperand(1) != DefX2)) { in detectPopcountIdiom()
874 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1)) in detectPopcountIdiom()