Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp220 SmallPtrSetImpl<BasicBlock *> &ColdBlocks, in isBasicBlockCold() argument
224 if (ColdBlocks.count(BB)) in isBasicBlockCold()
626 SmallPtrSet<BasicBlock *, 4> ColdBlocks; in outlineColdRegions() local
660 if (!isBasicBlockCold(BB, ColdProbThresh, ColdBlocks, AnnotatedColdBlocks, in outlineColdRegions()
690 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h48 SmallPtrSetImpl<BasicBlock *> &ColdBlocks,