Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDBlockFrequency.cpp51 void llvm::printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq, in printRelativeBlockFreq() function in llvm
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBlockFrequency.h123 void printRelativeBlockFreq(raw_ostream &OS, BlockFrequency EntryFreq,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockFrequencyInfo.cpp322 printRelativeBlockFreq(OS, MBFI.getEntryFreq(), Freq); in printBlockFreq()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfo.cpp286 printRelativeBlockFreq(OS, BFI.getEntryFreq(), Freq); in printBlockFreq()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp218 printRelativeBlockFreq(PGOSS, PGOMap.BBEntries.front().BlockFreq, in constructPGOLabelString()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp7842 printRelativeBlockFreq(SS, PAM.BBEntries.front().BlockFreq, in printBBAddrMaps()