Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp665 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() function
748 Phi = getLoopPhiForCounter(LHS, L); in needsLFTR()
760 return Phi != getLoopPhiForCounter(IncV, L); in needsLFTR()
882 return (getLoopPhiForCounter(IncV, L) == Phi && in isLoopCounter()