Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp833 const SCEV *BestInit = nullptr; in FindLoopCounter() local
885 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
886 if (BestInit->isZero()) in FindLoopCounter()
896 BestInit = Init; in FindLoopCounter()