HomeSort by relevance Sort by last modified time
    Searched refs:ProfileSummaryInfo (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
41 class ProfileSummaryInfo {
51 ProfileSummaryInfo(Module &M) : M(M) {}
52 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
64 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
66 std::unique_ptr<ProfileSummaryInfo> PSI;
72 ProfileSummaryInfo *getPSI(Module &M);
78 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
82 typedef ProfileSummaryInfo Result
    [all...]
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 1 //===- ProfileSummaryInfo.cpp - Global profile summary information --------===//
15 #include "llvm/Analysis/ProfileSummaryInfo.h"
57 void ProfileSummaryInfo::computeSummary() {
69 bool ProfileSummaryInfo::isHotFunction(const Function *F) {
85 bool ProfileSummaryInfo::isColdFunction(const Function *F) {
104 void ProfileSummaryInfo::computeThresholds() {
116 bool ProfileSummaryInfo::isHotCount(uint64_t C) {
122 bool ProfileSummaryInfo::isColdCount(uint64_t C) {
128 ProfileSummaryInfo *ProfileSummaryInfoWrapperPass::getPSI(Module &M) {
130 PSI.reset(new ProfileSummaryInfo(M))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
82 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
84 std::unique_ptr<ProfileSummaryInfo> PSI;
90 ProfileSummaryInfo *getPSI() {
101 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
105 typedef ProfileSummaryInfo Result
    [all...]
ModuleSummaryAnalysis.h 24 class ProfileSummaryInfo;
35 ProfileSummaryInfo *PSI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
109 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
111 std::unique_ptr<ProfileSummaryInfo> PSI;
117 ProfileSummaryInfo *getPSI() {
128 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
132 typedef ProfileSummaryInfo Result
    [all...]
ModuleSummaryAnalysis.h 24 class ProfileSummaryInfo;
35 ProfileSummaryInfo *PSI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
109 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
111 std::unique_ptr<ProfileSummaryInfo> PSI;
117 ProfileSummaryInfo *getPSI() {
128 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
132 typedef ProfileSummaryInfo Result
    [all...]
ModuleSummaryAnalysis.h 24 class ProfileSummaryInfo;
35 ProfileSummaryInfo *PSI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
ModuleSummaryAnalysis.h 28 class ProfileSummaryInfo;
39 ProfileSummaryInfo *PSI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
82 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
84 std::unique_ptr<ProfileSummaryInfo> PSI;
90 ProfileSummaryInfo *getPSI() {
101 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
105 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
109 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
111 std::unique_ptr<ProfileSummaryInfo> PSI;
117 ProfileSummaryInfo *getPSI() {
128 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
132 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
54 ProfileSummaryInfo(Module &M) : M(M) {}
55 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
109 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
111 std::unique_ptr<ProfileSummaryInfo> PSI;
117 ProfileSummaryInfo *getPSI() {
128 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
132 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ProfileSummaryInfo.h 1 //===- llvm/Analysis/ProfileSummaryInfo.h - profile summary ---*- C++ -*-===//
44 class ProfileSummaryInfo {
58 ProfileSummaryInfo(Module &M) : M(M) {}
59 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
115 /// An analysis pass based on legacy pass manager to deliver ProfileSummaryInfo.
117 std::unique_ptr<ProfileSummaryInfo> PSI;
123 ProfileSummaryInfo *getPSI() {
134 /// An analysis pass based on the new PM to deliver ProfileSummaryInfo.
138 typedef ProfileSummaryInfo Result
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 27 class ProfileSummaryInfo;
89 ProfileSummaryInfo *PSI;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Inliner.h 26 class ProfileSummaryInfo;
76 ProfileSummaryInfo *PSI;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
Inliner.h 26 class ProfileSummaryInfo;
76 ProfileSummaryInfo *PSI;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
Inliner.h 26 class ProfileSummaryInfo;
76 ProfileSummaryInfo *PSI;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
Inliner.h 26 class ProfileSummaryInfo;
77 ProfileSummaryInfo *PSI;

Completed in 739 milliseconds

1 2 3