Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp645 SmallPtrSet<BasicBlock *, 4> CannotBeOutlinedColdBlocks; in outlineColdRegions() local
686 if (CannotBeOutlinedColdBlocks.count(BB)) in outlineColdRegions()
753 CannotBeOutlinedColdBlocks.insert(Block); in outlineColdRegions()