Home
last modified time | relevance | path

Searched refs:printRelativeBlockFreq (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBlockFrequency.cpp51 void llvm::printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq, in printRelativeBlockFreq() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBlockFrequency.h123 void printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp322 printRelativeBlockFreq(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp286 printRelativeBlockFreq(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp218 printRelativeBlockFreq(PGOSS, PGOMap.BBEntries.front().BlockFreq, in constructPGOLabelString()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7842 printRelativeBlockFreq(SS, PAM.BBEntries.front().BlockFreq, in printBBAddrMaps()