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

References

lib/Transforms/Vectorize/VPlan.cpp
  187     Loop *L = State->LI->getLoopFor(State->CFG.LastBB);
  188     L->addBasicBlockToLoop(NewBB, *State->LI);
  394   Loop *L = State->LI->getLoopFor(VectorHeaderBB);
  395   L->addBasicBlockToLoop(VectorLatchBB, *State->LI);
  443   bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI);