Searched refs:BlockSequence (Results 1 – 1 of 1) sorted by relevance
85 using BlockSequence = SmallVector<BasicBlock *, 0>; typedef132 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()