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

References

lib/Transforms/Vectorize/VPlanPredicator.cpp
   43   EdgeType ET = getEdgeTypeBetween(PredBB, CurrBB);
   46   case EdgeType::TRUE_EDGE:
   51   case EdgeType::FALSE_EDGE:
  116 VPlanPredicator::EdgeType
  123       return (Count == 0) ? EdgeType::TRUE_EDGE : EdgeType::FALSE_EDGE;
  123       return (Count == 0) ? EdgeType::TRUE_EDGE : EdgeType::FALSE_EDGE;
lib/Transforms/Vectorize/VPlanPredicator.h
   46   EdgeType getEdgeTypeBetween(VPBlockBase *FromBlock, VPBlockBase *ToBlock);