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.cpp845 const SCEV *BestInit = nullptr; in FindLoopCounter() local
897 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
898 if (BestInit->isZero()) in FindLoopCounter()
908 BestInit = Init; in FindLoopCounter()