Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1397 const SCEV *BestInit = 0; in FindLoopCounter() local
1452 if (BestInit->isZero() != Init->isZero()) { in FindLoopCounter()
1453 if (BestInit->isZero()) in FindLoopCounter()
1463 BestInit = Init; in FindLoopCounter()