Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp310 BasicBlock *SuggestedEntryPoint = nullptr; member in __anon70bc79950411::OutliningRegion
350 ColdRegion.SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr; in create()
379 ColdRegion.SuggestedEntryPoint = &PredBB; in create()
410 ColdRegion.SuggestedEntryPoint = &SuccBB; in create()
422 bool empty() const { return !SuggestedEntryPoint; } in empty()
437 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()
445 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB); in takeSingleEntrySubRegion()
450 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()
457 SuggestedEntryPoint = NextEntryPoint; in takeSingleEntrySubRegion()