Home
last modified time | relevance | path

Searched defs:getMaxFreq (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDHeatUtils.cpp53 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
HDCallPrinter.cpp93 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCFGPrinter.h86 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function