LLVM 18.0.0git
Classes | Namespaces | Typedefs
InstrProfiling.h File Reference

This file provides the interface for LLVM's PGO Instrumentation lowering pass. More...

#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/PassManager.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/Transforms/Instrumentation.h"
#include <cstdint>
#include <cstring>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::InstrProfiling
 Instrumentation based profiling lowering pass. More...
 

Namespaces

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

Typedefs

using llvm::LoadStorePair = std::pair< Instruction *, Instruction * >
 

Detailed Description

This file provides the interface for LLVM's PGO Instrumentation lowering pass.

Definition in file InstrProfiling.h.