Searched refs:SuggestedEntryPoint (Results 1 – 1 of 1) sorted by relevance
455 BasicBlock *SuggestedEntryPoint = nullptr; member in __anona6e9ae060411::OutliningRegion494 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()523 ColdRegion->SuggestedEntryPoint = &PredBB; in create()568 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()580 bool empty() const { return !SuggestedEntryPoint; } in empty()595 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()603 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()608 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()615 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()