HomeSort by: relevance | last modified time | path
    Searched refs:getMaxFreq (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
HeatUtils.h 30 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI);
CFGPrinter.h 81 uint64_t getMaxFreq() { return MaxFreq; }
289 std::string Color = getHeatColor(Freq, CFGInfo->getMaxFreq());
290 std::string EdgeColor = (Freq <= (CFGInfo->getMaxFreq() / 2))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFGPrinter.cpp 101 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
123 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI));
137 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
160 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
174 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI));
197 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI));
211 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
234 writeCFGToDotFile(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true);
249 DOTFuncInfo CFGInfo(this, BFI, BPI, BFI ? getMaxFreq(*this, BFI) : 0);
HeatUtils.cpp 52 uint64_t getMaxFreq(const Function &F, const BlockFrequencyInfo *BFI) {
CallPrinter.cpp 87 uint64_t getMaxFreq() { return MaxFreq; }
188 1 + 2 * (double(Counter) / CGInfo->getMaxFreq());
202 std::string color = getHeatColor(freq, CGInfo->getMaxFreq());
203 std::string edgeColor = (freq <= (CGInfo->getMaxFreq() / 2))

Completed in 20 milliseconds