Searched refs:getMaxFreq (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 107 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in runOnFunction() 131 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 147 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction() 172 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 188 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI)); in runOnFunction() 213 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI)); in run() 229 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in runOnFunction() 254 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run() 269 DOTFuncInfo CFGInfo(this, BFI, BPI, BFI ? getMaxFreq(*this, BFI) : 0); in viewCFG()
|
| H A D | CallPrinter.cpp | 92 uint64_t getMaxFreq() { return MaxFreq; } in getMaxFreq() function in llvm::CallGraphDOTInfo 193 1 + 2 * (double(Counter) / CGInfo->getMaxFreq()); in getEdgeAttributes() 207 std::string color = getHeatColor(freq, CGInfo->getMaxFreq()); in getNodeAttributes() 208 std::string edgeColor = (freq <= (CGInfo->getMaxFreq() / 2)) in getNodeAttributes()
|
| H A D | HeatUtils.cpp | 51 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) { in getMaxFreq() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 81 uint64_t getMaxFreq() const { return MaxFreq; } in getMaxFreq() function 289 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq()); 290 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2))
|
| H A D | HeatUtils.h | 29 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI);
|