| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MBFIWrapper.cpp | 60 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper 61 return MBFI.getEntryFreq(); in getEntryFreq()
|
| D | MachineBlockFrequencyInfo.cpp | 289 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 290 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
| D | SpillPlacement.cpp | 206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
| D | ShrinkWrap.cpp | 197 EntryFreq = MBFI->getEntryFreq(); in init()
|
| D | RegAllocGreedy.cpp | 2341 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit() 2874 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
|
| D | MachineBlockPlacement.cpp | 815 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineBlockFrequencyInfo.h | 69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock() 101 uint64_t getEntryFreq() const;
|
| D | MBFIWrapper.h | 39 uint64_t getEntryFreq() const;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | BlockFrequencyInfo.cpp | 281 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 282 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
|
| D | CFGPrinter.cpp | 322 uint64_t EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
|
| D | BlockFrequencyInfoImpl.cpp | 607 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq() 656 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
|
| D | ModuleSummaryAnalysis.cpp | 356 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
|
| D | InlineCost.cpp | 1679 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | SyntheticCountsPropagation.cpp | 120 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfo.h | 103 uint64_t getEntryFreq() const;
|
| D | BlockFrequencyInfoImpl.h | 539 uint64_t getEntryFreq() const { in getEntryFreq() function 1017 using BlockFrequencyInfoImplBase::getEntryFreq;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | CGProfile.cpp | 72 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
|
| D | CFGMST.h | 104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCMIPeephole.cpp | 148 EntryFreq = MBFI->getEntryFreq(); in initialize()
|