Searched refs:printRelativeBlockFreq (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BlockFrequency.cpp | 51 void llvm::printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq, in printRelativeBlockFreq() function in llvm
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BlockFrequency.h | 123 void printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 322 printRelativeBlockFreq(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 286 printRelativeBlockFreq(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 218 printRelativeBlockFreq(PGOSS, PGOMap.BBEntries.front().BlockFreq, in constructPGOLabelString()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 7842 printRelativeBlockFreq(SS, PAM.BBEntries.front().BlockFreq, in printBBAddrMaps()
|