Searched refs:getBlockFreqRelativeToEntryBlock (Results 1 – 7 of 7) sorted by relevance
78 return MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in calculateRegAllocScore()
752 return MBFI.getBlockFreqRelativeToEntryBlock( in tryFindEvictionCandidate()822 float Freq = MBFI.getBlockFreqRelativeToEntryBlock(MI->getParent()); in getLIFeatureComponents()908 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()912 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(EndSI)); in extractFeatures()
453 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
885 return (isDef + isUse) * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
2630 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()
70 double getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function