Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DHeatUtils.cpp52 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
H A DCallPrinter.cpp87 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFGPrinter.h81 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function