Searched refs:SuggestedEntryPoint (Results 1 – 1 of 1) sorted by relevance
425 BasicBlock *SuggestedEntryPoint = nullptr; member in __anone7acc6fb0411::OutliningRegion464 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()493 ColdRegion->SuggestedEntryPoint = &PredBB; in create()538 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()550 bool empty() const { return !SuggestedEntryPoint; } in empty()565 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()573 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()578 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()585 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()