Home
last modified time | relevance | path

Searched refs:CodeGenLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1779 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
1851 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
1852 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
3278 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
3442 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
3443 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
3463 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3243 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3295 const CodeGenLoopTy &CodeGenLoop,