Searched refs:SuggestedEntryPoint (Results 1 – 1 of 1) sorted by relevance
473 BasicBlock *SuggestedEntryPoint = nullptr; member in __anon8afe76100511::OutliningRegion512 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()541 ColdRegion->SuggestedEntryPoint = &PredBB; in create()586 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()598 bool empty() const { return !SuggestedEntryPoint; } in empty()613 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()621 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()626 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()633 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()