Searched refs:FindLoopCounter (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1438 FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter() function 1868 IndVar = FindLoopCounter(L, BackedgeTakenCount, SE, DT, TD); in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1743 static PHINode *FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter() function 2151 PHINode *IndVar = FindLoopCounter(L, BackedgeTakenCount, SE, DT); in run()
|