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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
526 /// hotness information with PGO.
578 /// This is currently used to provide run-time hotness information with PGO.
    [all...]
ModuleSummaryIndex.h 38 HotnessType Hotness = HotnessType::Unknown;
41 explicit CalleeInfo(HotnessType Hotness) : Hotness(Hotness) {}
44 Hotness = std::max(Hotness, OtherHotness);

Completed in 1363 milliseconds