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.cpp659 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() function
742 Phi = getLoopPhiForCounter(LHS, L); in needsLFTR()
754 return Phi != getLoopPhiForCounter(IncV, L); in needsLFTR()
816 return (getLoopPhiForCounter(IncV, L) == Phi && in isLoopCounter()