Construct a correlator of kind K with context Ctx.
Declared in <llvm/ProfileData/InstrProfCorrelator.h>
InstrProfCorrelator(
InstrProfCorrelatorKind K,
std::unique_ptr<Context> Ctx);
| Name | Description |
|---|---|
| K | Pointer-width kind of this correlator. |
| Ctx | Object-file context used during correlation. |