Searched refs:emitTaskwaitCall (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1426 virtual void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc);
2151 void emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGStmtOpenMP.cpp3553 CGM.getOpenMPRuntime().emitTaskwaitCall(*this, S.getBeginLoc());
H A DCGOpenMPRuntime.cpp6320 void CGOpenMPRuntime::emitTaskwaitCall(CodeGenFunction &CGF, function in class:CGOpenMPRuntime
11802 void CGOpenMPSIMDRuntime::emitTaskwaitCall(CodeGenFunction &CGF,

Completed in 97 milliseconds