llvm::AsmPrinter::emitPrefetchTargetSymbol

Emit a prefetch-target symbol for BBID and CallsiteIndex.

Synopsis

Declared in <llvm/CodeGen/AsmPrinter.h>

void
emitPrefetchTargetSymbol(
    UniqueBBID const& BBID,
    unsigned int CallsiteIndex);

Description

The symbol is emitted as a label and its linkage is set from the function's linkage.

Parameters

NameDescription
BBIDBasic-block identifier for the prefetch target.
CallsiteIndexCallsite index associated with the prefetch target.