Searched refs:EmitOMPPrivateLoopCounters (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1424 void CodeGenFunction::EmitOMPPrivateLoopCounters( in EmitOMPPrivateLoopCounters() function in CodeGenFunction 1463 CGF.EmitOMPPrivateLoopCounters(S, PreCondScope); in emitPreCond() 1636 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPSimdDirective() 2009 EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPWorksharingLoop() 2670 EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPDistributeLoop() 3549 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPTaskLoopBasedDirective()
|
D | CodeGenFunction.h | 2537 void EmitOMPPrivateLoopCounters(const OMPLoopDirective &S,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2031 void CodeGenFunction::EmitOMPPrivateLoopCounters( in EmitOMPPrivateLoopCounters() function in CodeGenFunction 2088 CGF.EmitOMPPrivateLoopCounters(S, PreCondScope); in emitPreCond() 2352 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in emitOMPSimdRegion() 2946 EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPWorksharingLoop() 4691 EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPDistributeLoop() 6468 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPTaskLoopBasedDirective()
|
D | CodeGenFunction.h | 3519 void EmitOMPPrivateLoopCounters(const OMPLoopDirective &S,
|