Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1198 virtual void emitTaskLoopCall(
1914 void emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp5232 void CGOpenMPRuntime::emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, in emitTaskLoopCall() function in CGOpenMPRuntime
9726 void CGOpenMPSIMDRuntime::emitTaskLoopCall( in emitTaskLoopCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp4979 CGF.CGM.getOpenMPRuntime().emitTaskLoopCall(CGF, S.getBeginLoc(), S, in EmitOMPTaskLoopBasedDirective()