Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1562 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() function
1636 Phi = getLoopPhiForCounter(LHS, L, DT); in needsLFTR()
1648 return Phi != getLoopPhiForCounter(IncV, L, DT); in needsLFTR()
1760 if (getLoopPhiForCounter(IncV, L, DT) != Phi) in FindLoopCounter()
1770 if (Phi != getLoopPhiForCounter(Cond->getOperand(0), L, DT) in FindLoopCounter()
1771 && Phi != getLoopPhiForCounter(Cond->getOperand(1), L, DT)) { in FindLoopCounter()