Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp85 using BlockSequence = SmallVector<BasicBlock *, 0>; typedef
132 static bool isProfitableToOutline(const BlockSequence &Region, in isProfitableToOutline()
178 Function *extractColdRegion(const BlockSequence &Region, DominatorTree &DT,
236 Function *HotColdSplitting::extractColdRegion(const BlockSequence &Region, in extractColdRegion()
431 BlockSequence takeSingleEntrySubRegion(DominatorTree &DT) { in takeSingleEntrySubRegion()
437 BlockSequence SubRegion = {SuggestedEntryPoint}; in takeSingleEntrySubRegion()
532 BlockSequence SubRegion = Region.takeSingleEntrySubRegion(DT); in outlineColdRegions()