Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3006 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction() local
3008 for( ; IncIter != IncEnd; ++IncIter) { in ChainInstruction()
3009 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3012 if (IncIter != IncEnd) in ChainInstruction()