Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2809 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
2880 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2890 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2891 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5566 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5733 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5737 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5738 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5759 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3668 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3720 const CodeGenLoopTy &CodeGenLoop,