Searched refs:getEntryFreq (Results 1 – 14 of 14) sorted by relevance
198 uint64_t MachineBlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in MachineBlockFrequencyInfo199 return MBFI ? MBFI->getEntryFreq() : 0; in getEntryFreq()
202 setThreshold(MBFI->getEntryFreq()); in runOnMachineFunction()237 nodes[n].BiasN = (MBFI->getEntryFreq() / 16); in activate()
168 EntryFreq = MBFI->getEntryFreq(); in init()
429 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply()
1806 (1.0f / MBFI->getEntryFreq()); in tryLocalSplit()2298 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost()
823 const float Scale = 1.0f / MBFI->getEntryFreq(); in getSpillWeight()
69 uint64_t getEntryFreq() const;
201 uint64_t BlockFrequencyInfo::getEntryFreq() const { in getEntryFreq() function in BlockFrequencyInfo202 return BFI ? BFI->getEntryFreq() : 0; in getEntryFreq()
542 APInt EntryFreq(128, getEntryFreq()); in getBlockProfileCount()582 Scaled64 Entry(getEntryFreq(), 0); in printBlockFreq()
79 uint64_t getEntryFreq() const;
492 uint64_t getEntryFreq() const {920 using BlockFrequencyInfoImplBase::getEntryFreq;
88 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2); in buildEdges()
470 ColdEntryFreq = BlockFrequency(BFI.getEntryFreq()) * ColdProb; in runOnLoop()
6614 ColdEntryFreq = BlockFrequency(BFI->getEntryFreq()) * ColdProb; in runImpl()