Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp836 const SCEV *BestInit = nullptr; in FindLoopCounter() local
888 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
889 if (BestInit->isZero()) in FindLoopCounter()
899 BestInit = Init; in FindLoopCounter()