class CGOpenMPRuntime::NontemporalDeclsRAII

Declaration

class CGOpenMPRuntime::NontemporalDeclsRAII { /* full declaration omitted */ };

Description

Manages list of nontemporal decls for the specified directive.

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:242

Member Variables

private clang::CodeGen::CodeGenModule& CGM
private const bool NeedToPush

Method Overview

Methods

NontemporalDeclsRAII(
    clang::CodeGen::CodeGenModule& CGM,
    const clang::OMPLoopDirective& S)

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:247

Parameters

clang::CodeGen::CodeGenModule& CGM
const clang::OMPLoopDirective& S

~NontemporalDeclsRAII()

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:248