Searched defs:BlockFreq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp38 bool isColdBlock(BlockFrequency BlockFreq, argument
149 static bool isColdBlock(BlockFrequency BlockFreq, argument
54 isHotBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
70 isColdBlockNthPercentile(int PercentileCutoff, BlockFrequency BlockFreq, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
161 isHotBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
174 isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
[all...]
H A DBranchFolding.cpp1158 BlockFrequency BlockFreq = MBBFreqInfo.getBlockFreq(SrcMBB); local
H A DMachineBlockPlacement.cpp3431 BlockFrequency BlockFreq = MBFI->getBlockFreq(&MBB); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h90 void updateRelBlockFreq(uint64_t BlockFreq, uint64_t EntryFreq) { argument

Completed in 124 milliseconds