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.cpp5177 auto IRed = C->reduction_ops().begin(); in EmitOMPTaskBasedDirective() local
5182 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
5185 std::advance(IRed, 1); in EmitOMPTaskBasedDirective()
5460 auto IRed = C->reduction_ops().begin(); in processInReduction() local
5465 InRedOps.emplace_back(*IRed); in processInReduction()
5468 std::advance(IRed, 1); in processInReduction()
H A DCGOpenMPRuntime.cpp775 const auto *IRed = ReductionOps.begin(); in ReductionCodeGen() local
777 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()
780 std::advance(IRed, 1); in ReductionCodeGen()