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.cpp2991 const CodeGenFunction::CodeGenLoopTy &CodeGenLoop, in EmitOMPOuterLoop() argument
3063 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered, in EmitOMPOuterLoop()
3073 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
3074 CodeGenLoop(CGF, S, LoopExit); in EmitOMPOuterLoop()
5862 const CodeGenLoopTy &CodeGenLoop, in EmitOMPDistributeLoop() argument
6029 [&S, &LoopScope, Cond, IncExpr, LoopExit, &CodeGenLoop, in EmitOMPDistributeLoop()
6033 [&S, LoopExit, &CodeGenLoop](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
6034 CodeGenLoop(CGF, S, LoopExit); in EmitOMPDistributeLoop()
6055 CodeGenLoop); in EmitOMPDistributeLoop()
H A DCodeGenFunction.h4046 const CodeGenLoopTy &CodeGenLoop, Expr *IncExpr);
4100 const CodeGenLoopTy &CodeGenLoop,