Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp596 SmallPtrSet<BasicBlock *, 4> ColdBlocks; in outlineColdRegions() local
624 if (ColdBlocks.count(BB)) in outlineColdRegions()
658 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()