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

SiteID

Call site where the prefetch hint is injected.

TargetFunction

Name of the function containing the prefetch target.

TargetID

Call site that is the target of the prefetch.

Created with MrDocs