Home
last modified time | relevance | path

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

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