Home
last modified time | relevance | path

Searched refs:getBlockFreqRelativeToEntryBlock (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h68 double getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp78 return MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in calculateRegAllocScore()
H A DMLRegAllocEvictAdvisor.cpp749 return MBFI.getBlockFreqRelativeToEntryBlock( in tryFindEvictionCandidate()
819 float Freq = MBFI.getBlockFreqRelativeToEntryBlock(MI->getParent()); in getLIFeatureComponents()
905 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()
909 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(EndSI)); in extractFeatures()
H A DRegAllocPBQP.cpp453 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
H A DLiveIntervals.cpp860 return (isDef + isUse) * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
H A DRegAllocGreedy.cpp2632 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()