Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp641 SmallPtrSet<BasicBlock *, 4> ColdBlocks; in outlineColdRegions() local
681 if (ColdBlocks.count(BB)) in outlineColdRegions()
734 return ColdBlocks.contains(Block); in outlineColdRegions()
736 ColdBlocks.insert_range(SubRegion); in outlineColdRegions()