LLVM 22.0.0git
InstrProfCorrelator.cpp File Reference

Go to the source code of this file.

Classes

struct  llvm::yaml::MappingTraits< InstrProfCorrelator::CorrelationData >
struct  llvm::yaml::MappingTraits< InstrProfCorrelator::Probe >
struct  llvm::yaml::SequenceElementTraits< InstrProfCorrelator::Probe >

Namespaces

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

Macros

#define DEBUG_TYPE   "correlator"

Functions

Expected< object::SectionRefgetInstrProfSection (const object::ObjectFile &Obj, InstrProfSectKind IPSK)
 Get profile section.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "correlator"

Definition at line 23 of file InstrProfCorrelator.cpp.

Function Documentation

◆ getInstrProfSection()