/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MBFIWrapper.cpp | 59 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper 60 return MBFI.getEntryFreq(); in getEntryFreq()
|
H A D | MachineBlockFrequencyInfo.cpp | 289 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo 290 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
|
H A D | SpillPlacement.cpp | 206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction() 241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
|
H A D | ShrinkWrap.cpp | 197 EntryFreq = MBFI->getEntryFreq(); in init()
|
H A D | RegAllocGreedy.cpp | 2322 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit() 2855 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
|
H A D | MachineBlockPlacement.cpp | 815 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineBlockFrequencyInfo.h | 69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock() 101 uint64_t getEntryFreq() const;
|
H A D | MBFIWrapper.h | 38 uint64_t getEntryFreq() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 281 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo 282 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
|
H A D | BlockFrequencyInfoImpl.cpp | 593 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq() 642 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
|
H A D | ModuleSummaryAnalysis.cpp | 356 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
|
H A D | InlineCost.cpp | 1461 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfo.h | 103 uint64_t getEntryFreq() const;
|
H A D | BlockFrequencyInfoImpl.h | 539 uint64_t getEntryFreq() const { in getEntryFreq() function 978 using BlockFrequencyInfoImplBase::getEntryFreq;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 120 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 72 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
|
H A D | CFGMST.h | 104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 148 EntryFreq = MBFI->getEntryFreq(); in initialize()
|