Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2588 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
2659 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2669 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2670 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5039 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5206 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5210 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5211 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5232 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3599 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3651 const CodeGenLoopTy &CodeGenLoop,