Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp902 const SCEV *BestInit = nullptr; in FindLoopCounter() local
958 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
959 if (BestInit->isZero()) in FindLoopCounter()
969 BestInit = Init; in FindLoopCounter()