Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h1181 virtual void emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc,
2027 void emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc,
HDCGOpenMPRuntime.cpp4633 void CGOpenMPRuntime::emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskLoopCall() function in CGOpenMPRuntime
12122 void CGOpenMPSIMDRuntime::emitTaskLoopCall( in emitTaskLoopCall() function in CGOpenMPSIMDRuntime
HDCGStmtOpenMP.cpp7804 CGF.CGM.getOpenMPRuntime().emitTaskLoopCall(CGF, S.getBeginLoc(), S, in EmitOMPTaskLoopBasedDirective()