Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() function
747 Phi = getLoopPhiForCounter(LHS, L); in needsLFTR()
759 return Phi != getLoopPhiForCounter(IncV, L); in needsLFTR()
825 return (getLoopPhiForCounter(IncV, L) == Phi && in isLoopCounter()