Searched refs:FindLoopCounter (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 2029 static PHINode *FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter() function 2475 PHINode *IndVar = FindLoopCounter(L, BackedgeTakenCount, SE, DT); in run()
|