Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp77 bool *RuntimeMode = nullptr; member in __anona9bff4970111::ExecutionRuntimeModesRAII
88 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument
89 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()
91 SavedRuntimeMode = RuntimeMode; in ExecutionRuntimeModesRAII()
93 RuntimeMode = FullRuntimeMode; in ExecutionRuntimeModesRAII()
97 if (RuntimeMode) in ~ExecutionRuntimeModesRAII()
98 *RuntimeMode = SavedRuntimeMode; in ~ExecutionRuntimeModesRAII()