Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h853 virtual void emitMasterRegion(CodeGenFunction &CGF,
1672 void emitMasterRegion(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp3008 void CGOpenMPRuntime::emitMasterRegion(CodeGenFunction &CGF, in emitMasterRegion() function in CGOpenMPRuntime
9601 void CGOpenMPSIMDRuntime::emitMasterRegion(CodeGenFunction &CGF, in emitMasterRegion() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp2728 CGM.getOpenMPRuntime().emitMasterRegion(*this, CodeGen, S.getBeginLoc()); in EmitOMPMasterDirective()