Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3417 Function *ReductionFunc = in createReductionFunction() local
3419 ReductionFunc->setAttributes(FuncAttrs); in createReductionFunction()
3420 ReductionFunc->addParamAttr(0, Attribute::NoUndef); in createReductionFunction()
3421 ReductionFunc->addParamAttr(1, Attribute::NoUndef); in createReductionFunction()
3423 BasicBlock::Create(M.getContext(), "entry", ReductionFunc); in createReductionFunction()
3431 Argument *Arg0 = ReductionFunc->getArg(0); in createReductionFunction()
3432 Argument *Arg1 = ReductionFunc->getArg(1); in createReductionFunction()
3482 return ReductionFunc; in createReductionFunction()
3493 Builder.saveIP(), Index, &LHSFixupPtr, &RHSFixupPtr, ReductionFunc)); in createReductionFunction()
3498 LHSPtrs[Index], [ReductionFunc](const Use &U) { in createReductionFunction()
[all …]