Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHeatUtils.cpp53 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
H A DCallPrinter.cpp93 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h86 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function