Searched refs:getEntryFreq (Results 1 – 11 of 11) sorted by relevance
191 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo192 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
190 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()223 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
421 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
1765 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()2256 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
815 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
180 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo181 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
549 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
65 uint64_t getEntryFreq() const;
62 uint64_t getEntryFreq() const;
463 uint64_t getEntryFreq() const {885 using BlockFrequencyInfoImplBase::getEntryFreq;
1291 ColdEntryFreq = BlockFrequency(BFI->getEntryFreq()) * ColdProb; in runOnFunction()