| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.h | 69 assert(getEntryFreq() != BlockFrequency(0) && in getBlockFreqRelativeToEntryBlock() 72 static_cast<double>(getEntryFreq().getFrequency()); in getBlockFreqRelativeToEntryBlock() 96 BlockFrequency getEntryFreq() const;
|
| H A D | MBFIWrapper.h | 36 BlockFrequency getEntryFreq() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MBFIWrapper.cpp | 50 BlockFrequency MBFIWrapper::getEntryFreq() const { return MBFI.getEntryFreq(); } in getEntryFreq() function in MBFIWrapper
|
| H A D | MachineBlockFrequencyInfo.cpp | 276 BlockFrequency MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 277 return MBFI ? MBFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq() 283 printBlockFreqImpl(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
|
| H A D | SpillPlacement.cpp | 204 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 239 BlockFrequency BiasN = MBFI->getEntryFreq(); in activate()
|
| H A D | ShrinkWrap.cpp | 233 EntryFreq = MBFI->getEntryFreq(); in init()
|
| H A D | RegAllocGreedy.cpp | 1656 (1.0f / MBFI->getEntryFreq().getFrequency()); in tryLocalSplit() 2224 uint64_t ActualEntry = MBFI->getEntryFreq().getFrequency(); in initializeCSRCost()
|
| H A D | MachineBlockPlacement.cpp | 846 BlockFrequency EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 268 BlockFrequency BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 269 return BFI ? BFI->getEntryFreq() : BlockFrequency(0); in getEntryFreq() 287 printBlockFreqImpl(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
|
| H A D | CFGPrinter.cpp | 188 BlockFrequency EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
|
| H A D | BlockFrequencyInfoImpl.cpp | 598 APInt EntryFreq(128, getEntryFreq().getFrequency()); in getProfileCountFromFreq()
|
| H A D | ModuleSummaryAnalysis.cpp | 418 uint64_t EntryFreq = BFI->getEntryFreq().getFrequency(); in computeFunctionSummary()
|
| H A D | InlineCost.cpp | 1892 BlockFrequency CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfo.h | 96 BlockFrequency getEntryFreq() const;
|
| H A D | BlockFrequencyInfoImpl.h | 536 BlockFrequency getEntryFreq() const { in getEntryFreq() function 1017 using BlockFrequencyInfoImplBase::getEntryFreq;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 114 Scaled64 EntryFreq(BFI.getEntryFreq().getFrequency(), 0); in run()
|
| H A D | FunctionSpecialization.cpp | 212 BFI.getEntryFreq().getFrequency(); in getUserBonus()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 69 if (BFI.getEntryFreq() == BlockFrequency(0)) in runCGProfilePass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 118 (BFI != nullptr ? BFI->getEntryFreq().getFrequency() : 2); in buildEdges()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMIPeephole.cpp | 199 EntryFreq = MBFI->getEntryFreq(); in initialize()
|