LLVM 22.0.0git
PGOCtxProfReader.h File Reference

Reader for contextual iFDO profile, which comes in bitstream format. More...

Go to the source code of this file.

Classes

class  llvm::internal::IndexNode
class  llvm::PGOCtxProfContext
 A node (context) in the loaded contextual profile, suitable for mutation during IPO passes. More...
struct  llvm::PGOCtxProfile
class  llvm::PGOCtxProfileReader

Namespaces

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

Typedefs

using llvm::CtxProfFlatProfile
using llvm::CtxProfContextualProfiles

Functions

LLVM_ABI void llvm::convertCtxProfToYaml (raw_ostream &OS, const PGOCtxProfile &Profile)

Detailed Description

Reader for contextual iFDO profile, which comes in bitstream format.

Definition in file PGOCtxProfReader.h.