Home
last modified time | relevance | path

Searched refs:getEntryFreq (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMBFIWrapper.cpp60 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper
61 return MBFI.getEntryFreq(); in getEntryFreq()
DMachineBlockFrequencyInfo.cpp289 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo
290 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
DSpillPlacement.cpp206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()
241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
DShrinkWrap.cpp197 EntryFreq = MBFI->getEntryFreq(); in init()
DRegAllocGreedy.cpp1556 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()
2124 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
DMachineBlockPlacement.cpp847 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock()
102 uint64_t getEntryFreq() const;
DMBFIWrapper.h41 uint64_t getEntryFreq() const;
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp280 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo
281 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
DCFGPrinter.cpp322 uint64_t EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
DBlockFrequencyInfoImpl.cpp606 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq()
655 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
DModuleSummaryAnalysis.cpp394 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
DInlineCost.cpp1818 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h103 uint64_t getEntryFreq() const;
DBlockFrequencyInfoImpl.h539 uint64_t getEntryFreq() const { in getEntryFreq() function
1017 using BlockFrequencyInfoImplBase::getEntryFreq;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp114 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp73 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
DCFGMST.h104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp154 EntryFreq = MBFI->getEntryFreq(); in initialize()