HomeSort by relevance Sort by last modified time
    Searched refs:ScaledCount (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 88 auto ScaledCount = BFI ? BFI->getBlockProfileCount(&BB) : None;
92 (ScaledCount ? ScaledCount.getValue() : 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 292 auto ScaledCount = PSI->getProfileCount(&I, BFI);
293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI)

Completed in 184 milliseconds