| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.h | 72 assert(getEntryFreq() != BlockFrequency(0) && in getBlockFreqRelativeToEntryBlock() 75 static_cast<double>(getEntryFreq().getFrequency()); in getBlockFreqRelativeToEntryBlock() 100 LLVM_ABI BlockFrequency getEntryFreq() const;
|
| H A D | MBFIWrapper.h | 36 BlockFrequency getEntryFreq() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MBFIWrapper.cpp | 50 BlockFrequency MBFIWrapper::getEntryFreq() const { return MBFI.getEntryFreq(); } 60 uint64_t MBFIWrapper::getEntryFreq() const { getEntryFreq() function in MBFIWrapper
|
| H A D | MachineBlockFrequencyInfo.cpp | 315 BlockFrequency MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 316 return MBFI ? MBFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq() 322 printRelativeBlockFreq(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
|
| H A D | SpillPlacement.cpp | 245 setThreshold(MBFI->getEntryFreq()); in run() 271 BlockFrequency BiasN = MBFI->getEntryFreq(); in activate()
|
| H A D | ShrinkWrap.cpp | 230 EntryFreq = MBFI->getEntryFreq(); in init()
|
| H A D | RegAllocGreedy.cpp | 1790 (1.0f / MBFI->getEntryFreq().getFrequency()); in tryLocalSplit() 2369 uint64_t ActualEntry = MBFI->getEntryFreq().getFrequency(); in initializeCSRCost()
|
| H A D | MachineBlockPlacement.cpp | 907 BlockFrequency EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 267 BlockFrequency BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 268 return BFI ? BFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq() 286 printRelativeBlockFreq(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
|
| H A D | CFGPrinter.cpp | 215 BlockFrequency EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
|
| H A D | BlockFrequencyInfoImpl.cpp | 598 APInt EntryFreq(128, getEntryFreq().getFrequency()); in getProfileCountFromFreq()
|
| H A D | ModuleSummaryAnalysis.cpp | 462 uint64_t EntryFreq = BFI->getEntryFreq().getFrequency(); in computeFunctionSummary()
|
| H A D | InlineCost.cpp | 2064 BlockFrequency CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 70 if (BFI.getEntryFreq() == BlockFrequency(0)) in runCGProfilePass()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfo.h | 99 LLVM_ABI BlockFrequency getEntryFreq() const;
|
| H A D | BlockFrequencyInfoImpl.h | 533 BlockFrequency getEntryFreq() const { in getEntryFreq() function 1008 using BlockFrequencyInfoImplBase::getEntryFreq;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 123 (BFI != nullptr ? BFI->getEntryFreq().getFrequency() : 2); in buildEdges()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 199 BFI.getEntryFreq().getFrequency(); in getLatencySavingsForKnownConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 203 EntryFreq = MBFI->getEntryFreq(); in initialize()
|