Searched refs:getEntryFreq (Results 1 – 19 of 19) sorted by relevance
60 uint64_t MBFIWrapper::getEntryFreq() const { in getEntryFreq() function in MBFIWrapper61 return MBFI.getEntryFreq(); in getEntryFreq()
289 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo290 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
206 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()241 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
197 EntryFreq = MBFI->getEntryFreq(); in init()
1556 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()2124 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
847 uint64_t EntryFreq = MBFI->getEntryFreq(); in isProfitableToTailDup()
69 return getBlockFreq(MBB).getFrequency() * (1.0f / getEntryFreq()); in getBlockFreqRelativeToEntryBlock()102 uint64_t getEntryFreq() const;
41 uint64_t getEntryFreq() const;
280 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo281 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
322 uint64_t EntryFreq = BFI->getEntryFreq(); in isNodeHidden()
606 APInt EntryFreq(128, getEntryFreq()); in getProfileCountFromFreq()655 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
394 uint64_t EntryFreq = BFI->getEntryFreq(); in computeFunctionSummary()
1818 auto CallerEntryFreq = CallerBFI->getEntryFreq(); in getHotCallSiteThreshold()
103 uint64_t getEntryFreq() const;
539 uint64_t getEntryFreq() const { in getEntryFreq() function1017 using BlockFrequencyInfoImplBase::getEntryFreq;
114 Scaled64 EntryFreq(BFI.getEntryFreq(), 0); in run()
73 if (BFI.getEntryFreq() == 0) in runCGProfilePass()
104 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
154 EntryFreq = MBFI->getEntryFreq(); in initialize()