Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2615 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
2686 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2696 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2697 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5065 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5232 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5236 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5237 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5258 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3600 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3652 const CodeGenLoopTy &CodeGenLoop,