HomeSort by relevance Sort by last modified time
    Searched defs:Hotness (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DiagnosticInfo.cpp 203 if (Hotness)
204 DP << " (hotness: " << *Hotness << ")";
394 io.mapOptional("Hotness", OptDiag->Hotness);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI)
296 Hotness = CalleeInfo::HotnessType::Cold;
304 ValueInfo.updateHotness(Hotness);
307 if (BFI != nullptr && Hotness == CalleeInfo::HotnessType::Unknown) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DiagnosticInfo.h 459 Optional<uint64_t> getHotness() const { return Hotness; }
460 void setHotness(Optional<uint64_t> H) { Hotness = H; }
499 Optional<uint64_t> Hotness;
601 /// hotness information with PGO.
653 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 177 milliseconds