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

References

lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  311   assert(LoopExitBB && "Loops with multiple exits are not supported.");
  312   VPBasicBlock *LoopExitVPBB = BB2VPBB[LoopExitBB];
  313   createVPInstructionsForVPBB(LoopExitVPBB, LoopExitBB);
  316   setVPBBPredsFromBB(LoopExitVPBB, LoopExitBB);