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

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

Completed in 116 milliseconds