Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp903 const SCEV *BestInit = nullptr; in FindLoopCounter() local
959 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
960 if (BestInit->isZero()) in FindLoopCounter()
970 BestInit = Init; in FindLoopCounter()