Home
last modified time | relevance | path

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

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