LLVM 20.0.0git
Classes | Namespaces | Typedefs
CtxProfAnalysis.h File Reference
#include "llvm/ADT/SetVector.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/PassManager.h"
#include "llvm/ProfileData/PGOCtxProfReader.h"
#include <optional>

Go to the source code of this file.

Classes

class  llvm::PGOContextualProfile
 The instrumented contextual profile, produced by the CtxProfAnalysis. More...
 
class  llvm::CtxProfAnalysis
 
class  llvm::CtxProfAnalysisPrinterPass
 
class  llvm::AssignGUIDPass
 Assign a GUID to functions as metadata. More...
 

Namespaces

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

Typedefs

using llvm::CtxProfFlatProfile = std::map< GlobalValue::GUID, SmallVector< uint64_t, 1 > >