Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1452 const SCEV *BestInit = 0; in FindLoopCounter() local
1490 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
1491 if (BestInit->isZero()) in FindLoopCounter()
1501 BestInit = Init; in FindLoopCounter()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1752 const SCEV *BestInit = nullptr; in FindLoopCounter() local
1808 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
1809 if (BestInit->isZero()) in FindLoopCounter()
1819 BestInit = Init; in FindLoopCounter()