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.cpp78 return MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in calculateRegAllocScore()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp752 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()
H A DRegAllocPBQP.cpp453 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
H A DLiveIntervals.cpp885 return (isDef + isUse) * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
H A DRegAllocGreedy.cpp2630 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h70 double getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function