Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp473 BasicBlock *SuggestedEntryPoint = nullptr; member in __anon8afe76100511::OutliningRegion
512 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()