Searched refs:AlmostDeadIV (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1414 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { in AlmostDeadIV() function 1483 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter() 1485 if (AlmostDeadIV(Phi, LatchBlock, Cond)) in FindLoopCounter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1718 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { in AlmostDeadIV() function 1801 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter() 1803 if (AlmostDeadIV(Phi, LatchBlock, Cond)) in FindLoopCounter()
|