| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.cpp | 263 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 264 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
| H A D | SpillPlacement.cpp | 210 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 245 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
| H A D | BranchFolding.h | 148 uint64_t getEntryFreq() const;
|
| H A D | ShrinkWrap.cpp | 197 EntryFreq = MBFI->getEntryFreq(); in init()
|
| H A D | BranchFolding.cpp | 582 BranchFolder::MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in BranchFolder::MBFIWrapper 583 return MBFI.getEntryFreq(); in getEntryFreq()
|
| H A D | RegAllocPBQP.cpp | 455 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
|
| H A D | RegAllocGreedy.cpp | 2301 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit() 2837 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
|
| H A D | LiveIntervals.cpp | 864 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
|
| H A D | MachineBlockPlacement.cpp | 760 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineBlockFrequencyInfo.h | 80 uint64_t getEntryFreq() const;
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 278 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 279 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
|
| H A D | BlockFrequencyInfoImpl.cpp | 574 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq() 623 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
|
| H A D | ModuleSummaryAnalysis.cpp | 326 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
|
| H A D | InlineCost.cpp | 840 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 45 if (BFI.getEntryFreq() == 0) in run()
|
| H A D | CFGMST.h | 103 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfo.h | 103 uint64_t getEntryFreq() const;
|
| H A D | BlockFrequencyInfoImpl.h | 539 uint64_t getEntryFreq() const { 969 using BlockFrequencyInfoImplBase::getEntryFreq;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 122 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
|