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

References

lib/Transforms/IPO/HotColdSplitting.cpp
  406     ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr;
  435         ColdRegion->SuggestedEntryPoint = &PredBB;
  476         ColdRegion->SuggestedEntryPoint = &SuccBB;
  488   bool empty() const { return !SuggestedEntryPoint; }
  503     BlockSequence SubRegion = {SuggestedEntryPoint};
  511           BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
  511           BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
  516       if (InSubRegion && BB != SuggestedEntryPoint)
  523     SuggestedEntryPoint = NextEntryPoint;