HomeSort by: relevance | last modified time | path
    Searched refs:isColdBlock (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineSizeOpts.cpp 30 /// Like ProfileSummaryInfo::isColdBlock but for MachineBasicBlock.
31 bool isColdBlock(const MachineBasicBlock *MBB,
38 bool isColdBlock(BlockFrequency BlockFreq,
88 if (!isColdBlock(&MBB, PSI, &MBFI))
144 static bool isColdBlock(const MachineBasicBlock *MBB,
147 return machine_size_opts_detail::isColdBlock(MBB, PSI, MBFI);
149 static bool isColdBlock(BlockFrequency BlockFreq,
152 return machine_size_opts_detail::isColdBlock(BlockFreq, PSI, MBFI);
MachineFunctionSplitter.cpp 81 static bool isColdBlock(const MachineBasicBlock &MBB,
133 else if (isColdBlock(MBB, MBFI, PSI))
140 if (!isColdBlock(*LP, MBFI, PSI))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SizeOpts.cpp 79 static bool isColdBlock(const BasicBlock *BB,
82 return PSI->isColdBlock(BB, BFI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SizeOpts.h 82 return AdapterT::isColdBlock(BBOrBlockFreq, PSI, BFI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 144 bool isColdBlock(const BasicBlock *BB, BlockFrequencyInfo *BFI) const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 162 if (!isColdBlock(&BB, &BFI))
332 bool ProfileSummaryInfo::isColdBlock(const BasicBlock *BB,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
HotColdSplitting.cpp 627 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) ||
PartialInlining.cpp 484 if (PSI.isColdBlock(ThisBB, BFI) ||

Completed in 22 milliseconds