llvm::TargetRegionEntryInfo

Unique identification tuple for an OpenMP target region entry.

Synopsis

Declared in <llvm/Frontend/OpenMP/OMPIRBuilder.h>

struct TargetRegionEntryInfo;

Member Functions

NameDescription
TargetRegionEntryInfo [constructor]Constructors
operator< Lexicographically compare two target region entry info objects.

Static Member Functions

NameDescription
getTargetRegionEntryFnName Append the offload kernel function name for the given fields to Name.

Data Members

NameDescription
Count Duplicate-entry count at the same source location.
DeviceID Target device identifier.
FileID Source file identifier assigned by the virtual file system.
Line Source line number of the target entry.
ParentName Parent function or region name containing the target entry.

Static Data Members

NameDescription
KernelNamePrefix The prefix used for kernel names.