Home
last modified time | relevance | path

Searched refs:ExecutionRuntimeModesRAII (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp72 class ExecutionRuntimeModesRAII { class
79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() function in __anonf5421e1e0111::ExecutionRuntimeModesRAII
85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
737 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_NonSPMD); in emitNonSPMDKernel()
793 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_SPMD); in emitSPMDKernel()