LLVM 23.0.0git
llvm::OpenMPIRBuilder::AffinityData Struct Reference

A struct to pack the relevant information for an OpenMP affinity clause. More...

#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"

Public Attributes

ValueCount
ValueInfo

Detailed Description

A struct to pack the relevant information for an OpenMP affinity clause.

Definition at line 1519 of file OMPIRBuilder.h.

Member Data Documentation

◆ Count

Value* llvm::OpenMPIRBuilder::AffinityData::Count

Definition at line 1520 of file OMPIRBuilder.h.

Referenced by llvm::OpenMPIRBuilder::createTask().

◆ Info

Value* llvm::OpenMPIRBuilder::AffinityData::Info

Definition at line 1521 of file OMPIRBuilder.h.

Referenced by llvm::OpenMPIRBuilder::createTask().


The documentation for this struct was generated from the following file: