Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1975 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() function
2051 Phi = getLoopPhiForCounter(LHS, L); in needsLFTR()
2063 return Phi != getLoopPhiForCounter(IncV, L); in needsLFTR()
2185 return (getLoopPhiForCounter(IncV, L) == Phi); in isLoopCounter()
2237 if (Phi != getLoopPhiForCounter(Cond->getOperand(0), L) && in FindLoopCounter()
2238 Phi != getLoopPhiForCounter(Cond->getOperand(1), L)) in FindLoopCounter()