Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2751 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
2822 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
2832 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
2833 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5502 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
5669 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
5673 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5674 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
5695 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h3665 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
3717 const CodeGenLoopTy &CodeGenLoop,