Home
last modified time | relevance | path

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

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