Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable
524 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()
525 return *OpenMPRuntime; in getOpenMPRuntime()
DCodeGenModule.cpp196 OpenMPRuntime.reset(new CGOpenMPRuntimeNVPTX(*this)); in createOpenMPRuntime()
199 OpenMPRuntime.reset(new CGOpenMPRuntime(*this)); in createOpenMPRuntime()
356 if (OpenMPRuntime) in clear()
357 OpenMPRuntime->clear(); in clear()
391 if (OpenMPRuntime) in Release()
393 OpenMPRuntime->emitRegistrationFunction()) in Release()
1566 if (OpenMPRuntime && OpenMPRuntime->emitTargetGlobal(GD)) in EmitGlobal()