Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1729 const SCEV *BestInit = nullptr; in FindLoopCounter() local
1785 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
1786 if (BestInit->isZero()) in FindLoopCounter()
1796 BestInit = Init; in FindLoopCounter()