Searched refs:SuggestedEntryPoint (Results 1 – 1 of 1) sorted by relevance
426 BasicBlock *SuggestedEntryPoint = nullptr; member in __anone35281440411::OutliningRegion465 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()494 ColdRegion->SuggestedEntryPoint = &PredBB; in create()539 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()551 bool empty() const { return !SuggestedEntryPoint; } in empty()566 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()574 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()579 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()586 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()