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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp375 BasicBlock *SuggestedEntryPoint = nullptr; member in class:__anon4535::OutliningRegion
414 ColdRegion->SuggestedEntryPoint = (SinkScore > 0) ? &SinkBB : nullptr;
443 ColdRegion->SuggestedEntryPoint = &PredBB;
488 ColdRegion->SuggestedEntryPoint = &SuccBB;
500 bool empty() const { return !SuggestedEntryPoint; }
515 BlockSequence SubRegion = {SuggestedEntryPoint};
523 BB == SuggestedEntryPoint || DT.dominates(SuggestedEntryPoint, BB);
528 if (InSubRegion && BB != SuggestedEntryPoint)
535 SuggestedEntryPoint
[all...]

Completed in 68 milliseconds