Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp425 BasicBlock *SuggestedEntryPoint = nullptr; member in __anone7acc6fb0411::OutliningRegion
464 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()