Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp79 return MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in calculateRegAllocScore()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp829 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()
H A DRegAllocPBQP.cpp450 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
H A DLiveIntervals.cpp918 return Weight * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
H A DRegAllocGreedy.cpp2769 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h71 double getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function