Prefetch hint targeting a callsite in a named function.
Synopsis
Declared in <llvm/Support/UniqueBBID.h>
struct PrefetchHint;
Description
This represents a prefetch hint to be injected at site SiteID, targeting TargetID in function TargetFunction.
Data Members
Name |
Description |
Call site where the prefetch hint is injected. |
|
Name of the function containing the prefetch target. |
|
Call site that is the target of the prefetch. |
Created with MrDocs