llvm::InstrProfCorrelator::InstrProfCorrelator

Construct a correlator of kind K with context Ctx.

Synopsis

Declared in <llvm/ProfileData/InstrProfCorrelator.h>

InstrProfCorrelator(
    InstrProfCorrelatorKind K,
    std::unique_ptr<Context> Ctx);

Parameters

NameDescription
KPointer-width kind of this correlator.
CtxObject-file context used during correlation.