Emit a prefetch-target symbol for BBID and CallsiteIndex.
Declared in <llvm/CodeGen/AsmPrinter.h>
void
emitPrefetchTargetSymbol(
UniqueBBID const& BBID,
unsigned int CallsiteIndex);
The symbol is emitted as a label and its linkage is set from the function's linkage.
| Name | Description |
|---|---|
| BBID | Basic-block identifier for the prefetch target. |
| CallsiteIndex | Callsite index associated with the prefetch target. |