Searched refs:emitTaskyieldCall (Results 1 – 3 of 3) sorted by relevance
576 virtual void emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc);
2589 CGM.getOpenMPRuntime().emitTaskyieldCall(*this, S.getLocStart()); in EmitOMPTaskyieldDirective()
2120 void CGOpenMPRuntime::emitTaskyieldCall(CodeGenFunction &CGF, in emitTaskyieldCall() function in CGOpenMPRuntime