LLVM 19.0.0git
Classes | Namespaces | Variables
SampleProfile.h File Reference

This file provides the interface for the sampled PGO loader pass. More...

#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include <string>

Go to the source code of this file.

Classes

class  llvm::SampleProfileLoaderPass
 The sample profiler data loader pass. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::vfs
 

Variables

cl::opt< int > llvm::SampleHotCallSiteThreshold
 
cl::opt< int > llvm::SampleColdCallSiteThreshold
 
cl::opt< int > llvm::ProfileInlineGrowthLimit
 
cl::opt< int > llvm::ProfileInlineLimitMin
 
cl::opt< int > llvm::ProfileInlineLimitMax
 
cl::opt< boolllvm::SortProfiledSCC
 

Detailed Description

This file provides the interface for the sampled PGO loader pass.

Definition in file SampleProfile.h.