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

References

lib/Transforms/IPO/HotColdSplitting.cpp
  511           BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
  511           BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
  513         NextEntryPoint = BB;
  516       if (InSubRegion && BB != SuggestedEntryPoint)
  517         SubRegion.push_back(BB);