Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DHeatUtils.cpp53 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
H A DCallPrinter.cpp92 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h82 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function