Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2719 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction() local
2721 for( ; IncIter != IncEnd; ++IncIter) { in ChainInstruction()
2722 if (IncIter->UserInst == OtherUse) in ChainInstruction()
2725 if (IncIter != IncEnd) in ChainInstruction()