Searched refs:OpenMPRuntime (Results 1 – 2 of 2) sorted by relevance
290 std::unique_ptr<CGOpenMPRuntime> OpenMPRuntime; variable524 assert(OpenMPRuntime != nullptr); in getOpenMPRuntime()525 return *OpenMPRuntime; in getOpenMPRuntime()
196 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()