Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h68 float getBlockFreqRelativeToEntryBlock(const MachineBasicBlock *MBB) const { in getBlockFreqRelativeToEntryBlock() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp453 PBQP::PBQPNum CBenefit = MBFI.getBlockFreqRelativeToEntryBlock(&MBB); in apply()
H A DLiveIntervals.cpp877 return (isDef + isUse) * MBFI->getBlockFreqRelativeToEntryBlock(MBB); in getSpillWeight()
H A DRegAllocGreedy.cpp3269 float RelFreq = MBFI->getBlockFreqRelativeToEntryBlock(&MBB); in computeStats()