Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4977 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective() local
4982 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
4985 std::advance(IRed, 1); in EmitOMPTaskBasedDirective()
5258 auto IRed = C->reduction_ops().begin(); in processInReduction() local
5263 InRedOps.emplace_back(*IRed); in processInReduction()
5266 std::advance(IRed, 1); in processInReduction()
H A DCGOpenMPRuntime.cpp779 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen() local
781 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
784 std::advance(IRed, 1); in ReductionCodeGen()