Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1312 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() function
1386 Phi = getLoopPhiForCounter(LHS, L, DT); in needsLFTR()
1398 return Phi != getLoopPhiForCounter(IncV, L, DT); in needsLFTR()
1510 if (getLoopPhiForCounter(IncV, L, DT) != Phi) in FindLoopCounter()
1520 if (Phi != getLoopPhiForCounter(Cond->getOperand(0), L, DT) in FindLoopCounter()
1521 && Phi != getLoopPhiForCounter(Cond->getOperand(1), L, DT)) { in FindLoopCounter()