Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
5600 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5767 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5771 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5772 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5793 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3772 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3824 const CodeGenLoopTy &CodeGenLoop,