Searched refs:getBlockFreqRelativeToEntryBlock (Results 1 – 7 of 7) sorted by relevance
79 return MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in calculateRegAllocScore()
829 return MBFI.getBlockFreqRelativeToEntryBlock( in tryFindEvictionCandidate()912 float Freq = MBFI.getBlockFreqRelativeToEntryBlock(MI->getParent()); in getLIFeatureComponents()998 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()1002 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(EndSI)); in extractFeatures()
450 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
918 return Weight * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
2769 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()
71 double getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function