Searched refs:ExecMode (Results 1 – 1 of 1) sorted by relevance
151 CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode; member in __anona929754a0111::ExecutionRuntimeModesRAII157 ExecutionRuntimeModesRAII(CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode) in ExecutionRuntimeModesRAII() argument158 : ExecMode(ExecMode) { in ExecutionRuntimeModesRAII()159 SavedExecMode = ExecMode; in ExecutionRuntimeModesRAII()160 ExecMode = CGOpenMPRuntimeNVPTX::EM_NonSPMD; in ExecutionRuntimeModesRAII()163 ExecutionRuntimeModesRAII(CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() argument165 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()166 SavedExecMode = ExecMode; in ExecutionRuntimeModesRAII()168 ExecMode = CGOpenMPRuntimeNVPTX::EM_SPMD; in ExecutionRuntimeModesRAII()172 ExecMode = SavedExecMode; in ~ExecutionRuntimeModesRAII()