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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp392 PHINode *PhiX, *CountPhi; local
396 PhiX = CountPhi = nullptr;
434 PhiX = dyn_cast<PHINode>(VarX1);
435 if (!PhiX ||
436 (PhiX->getOperand(0) != DefX2 && PhiX->getOperand(1) != DefX2)) {
482 if (T != PhiX->getOperand(0) && T != PhiX->getOperand(1))

Completed in 245 milliseconds