Searched refs:CodeGenLoop (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1779 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 D | CodeGenFunction.h | 3243 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr); 3295 const CodeGenLoopTy &CodeGenLoop,
|