Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DHeatUtils.cpp53 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
DCallPrinter.cpp92 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DCFGPrinter.h82 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function