reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1725   VecInd->setDebugLoc(EntryVal->getDebugLoc());
 1726   Instruction *LastInduction = VecInd;
 1747   VecInd->addIncoming(SteppedStart, LoopVectorPreHeader);
 1748   VecInd->addIncoming(LastInduction, LoopVectorLatch);