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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1245 auto *PhiX = dyn_cast<PHINode>(VarX); local
1246 if (PhiX && PhiX->getParent() == LoopEntry &&
1247 (PhiX->getOperand(0) == DefX || PhiX->getOperand(1) == DefX))
1248 return PhiX;
1284 PHINode *PhiX, *CountPhi; local
1288 PhiX = CountPhi = nullptr;
1326 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry);
1327 if (!PhiX)
1441 PHINode *PhiX = getRecurrenceVar(VarX, DefX, LoopEntry); local
[all...]

Completed in 47 milliseconds