Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp573 bool InSubRegion = in takeSingleEntrySubRegion() local
575 if (!InSubRegion && Score > NextScore) { in takeSingleEntrySubRegion()
579 if (InSubRegion && BB != SuggestedEntryPoint) in takeSingleEntrySubRegion()
581 return InSubRegion; in takeSingleEntrySubRegion()