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.cpp73 class ExecutionRuntimeModesRAII { class
80 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() function in __anon61bd5b670111::ExecutionRuntimeModesRAII
86 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
710 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_NonSPMD); in emitNonSPMDKernel()
802 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_SPMD); in emitSPMDKernel()