Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h285 CGOpenMPRuntime* OpenMPRuntime; variable
518 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
519 return *OpenMPRuntime; in getOpenMPRuntime()
DCodeGenModule.cpp91 OpenCLRuntime(nullptr), OpenMPRuntime(nullptr), CUDARuntime(nullptr), in CodeGenModule()
171 delete OpenMPRuntime; in ~CodeGenModule()
204 OpenMPRuntime = new CGOpenMPRuntime(*this); in createOpenMPRuntime()
343 if (OpenMPRuntime) in clear()
344 OpenMPRuntime->clear(); in clear()