Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1585 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() function
1659 Phi = getLoopPhiForCounter(LHS, L, DT); in needsLFTR()
1671 return Phi != getLoopPhiForCounter(IncV, L, DT); in needsLFTR()
1783 if (getLoopPhiForCounter(IncV, L, DT) != Phi) in FindLoopCounter()
1793 if (Phi != getLoopPhiForCounter(Cond->getOperand(0), L, DT) && in FindLoopCounter()
1794 Phi != getLoopPhiForCounter(Cond->getOperand(1), L, DT)) { in FindLoopCounter()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1333 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() function
1402 Phi = getLoopPhiForCounter(LHS, L, DT); in needsLFTR()
1409 return Phi != getLoopPhiForCounter(IncV, L, DT); in needsLFTR()
1478 if (getLoopPhiForCounter(IncV, L, DT) != Phi) in FindLoopCounter()