Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp31 bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
38 bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() function
88 if (!isColdBlock(&MBB, PSI, &MBFI)) in isFunctionColdInCallGraph()
144 static bool isColdBlock(const MachineBasicBlock *MBB, in isColdBlock() function
147 return machine_size_opts_detail::isColdBlock(MBB, PSI, MBFI); in isColdBlock()
149 static bool isColdBlock(BlockFrequency BlockFreq, in isColdBlock() function
152 return machine_size_opts_detail::isColdBlock(BlockFreq, PSI, MBFI); in isColdBlock()
DMachineFunctionSplitter.cpp80 static bool isColdBlock(MachineBasicBlock &MBB, in isColdBlock() function
130 if (isColdBlock(MBB, MBFI, PSI)) in runOnMachineFunction()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp79 static bool isColdBlock(const BasicBlock *BB, in isColdBlock() function
82 return PSI->isColdBlock(BB, BFI); in isColdBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h84 return AdapterT::isColdBlock(BB, PSI, BFI); in shouldOptimizeForSizeImpl()
/external/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
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h83 return AdapterT::isColdBlock(BBOrBlockFreq, PSI, BFI); in shouldOptimizeForSizeImpl()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp198 if (!isColdBlock(&BB, &BFI)) in isFunctionColdInCallGraph()
372 bool ProfileSummaryInfo::isColdBlock(const BasicBlock *BB, in isColdBlock() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h133 bool isColdBlock(const BasicBlock *BB, BlockFrequencyInfo *BFI);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h145 bool isColdBlock(const BasicBlock *BB, BlockFrequencyInfo *BFI) const;
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp147 EXPECT_FALSE(PSI.isColdBlock(&BB0, &BFI)); in TEST_F()
/external/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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp593 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions()
DPartialInlining.cpp481 if (PSI.isColdBlock(ThisBB, BFI) || in computeOutliningColdRegionsInfo()