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.cpp472 BasicBlock *SuggestedEntryPoint = nullptr; member in __anon8afe76100511::OutliningRegion
511 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()
540 ColdRegion->SuggestedEntryPoint = &PredBB; in create()
585 ColdRegion->SuggestedEntryPoint = &SuccBB; in create()
597 bool empty() const { return !SuggestedEntryPoint; } in empty()
612 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()
620 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()
625 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()
632 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()