Home
last modified time | relevance | path

Searched refs:SuggestedEntryPoint (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp414 BasicBlock *SuggestedEntryPoint = nullptr; member in __anon04e32b7d0411::OutliningRegion
453 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()
482 ColdRegion->SuggestedEntryPoint = &PredBB; in create()
527 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()
539 bool empty() const { return !SuggestedEntryPoint; } in empty()
554 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()
562 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()
567 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()
574 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()