Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp661 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() function
744 Phi = getLoopPhiForCounter(LHS, L); in needsLFTR()
756 return Phi != getLoopPhiForCounter(IncV, L); in needsLFTR()
878 return (getLoopPhiForCounter(IncV, L) == Phi && in isLoopCounter()