Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp29 bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
55 if (!isColdBlock(&MBB, PSI, &MBFI)) in isFunctionColdInCallGraph()
93 static bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
96 return machine_size_opts_detail::isColdBlock(MBB, PSI, MBFI); in isColdBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp63 static bool isColdBlock(const BasicBlock *BB, in isColdBlock() function
66 return PSI->isColdBlock(BB, BFI); in isColdBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp193 if (!isColdBlock(&BB, &BFI)) in isFunctionColdInCallGraph()
324 bool ProfileSummaryInfo::isColdBlock(const BasicBlock *BB, in isColdBlock() function in ProfileSummaryInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h84 return AdapterT::isColdBlock(BB, PSI, BFI); in shouldOptimizeForSizeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h133 bool isColdBlock(const BasicBlock *BB, BlockFrequencyInfo *BFI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp575 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions()
DPartialInlining.cpp482 if (PSI->isColdBlock(thisBB, BFI) || in computeOutliningColdRegionsInfo()