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

References

lib/Transforms/Vectorize/VPlan.cpp
  507   if (!Plan.getName().empty())
  508     OS << "\\n" << DOT::EscapeString(Plan.getName());
  509   if (!Plan.Value2VPValue.empty() || Plan.BackedgeTakenCount) {
  509   if (!Plan.Value2VPValue.empty() || Plan.BackedgeTakenCount) {
  511     if (Plan.BackedgeTakenCount)
  513          << *Plan.getOrCreateBackedgeTakenCount() << " := BackedgeTakenCount";
  514     for (auto Entry : Plan.Value2VPValue) {
  525   for (VPBlockBase *Block : depth_first(Plan.getEntry()))