Searched refs:getMaxFreq (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 115 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 125 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 135 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 145 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 165 DOTFuncInfo CFGInfo(this, BFI, BPI, BFI ? getMaxFreq(*this, BFI) : 0); in viewCFG()
|
| H A D | CallPrinter.cpp | 93 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo 194 1 + 2 * (double(Counter) / CGInfo->getMaxFreq()); in getEdgeAttributes() 208 std::string color = getHeatColor(freq, CGInfo->getMaxFreq()); in getNodeAttributes() 209 std::string edgeColor = (freq <= (CGInfo->getMaxFreq() / 2)) in getNodeAttributes()
|
| H A D | HeatUtils.cpp | 53 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 88 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function 319 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq()); 320 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2))
|
| H A D | HeatUtils.h | 30 LLVM_ABI uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI);
|