Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp585 SmallPtrSet<BasicBlock *, 4> ColdBlocks; in outlineColdRegions() local
613 if (ColdBlocks.count(BB)) in outlineColdRegions()
647 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()