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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp377 BasicBlock *SuggestedEntryPoint = nullptr; member in class:__anon5554::OutliningRegion
416 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr;
445 ColdRegion->SuggestedEntryPoint = &PredBB;
486 ColdRegion->SuggestedEntryPoint = &SuccBB;
498 bool empty() const { return !SuggestedEntryPoint; }
513 BlockSequence SubRegion = {SuggestedEntryPoint};
521 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
526 if (InSubRegion && BB != SuggestedEntryPoint)
533 SuggestedEntryPoint
[all...]

Completed in 47 milliseconds