Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp72 class ExecutionRuntimeModesRAII { class
79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() function in __anon61bd5b670111::ExecutionRuntimeModesRAII
85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
710 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_NonSPMD); in emitNonSPMDKernel()
802 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_SPMD); in emitSPMDKernel()