Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2849 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
2920 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2930 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2931 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5654 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5821 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5825 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5826 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5847 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h4000 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
4054 const CodeGenLoopTy &CodeGenLoop,