LLVM 22.0.0git
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 "llvm/Support/Compiler.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

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

Detailed Description

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

Definition in file SampleProfile.h.