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.cpp3274 Function *ReductionFunc = in createReductionFunction() local
3276 ReductionFunc->setAttributes(FuncAttrs); in createReductionFunction()
3277 ReductionFunc->addParamAttr(0, Attribute::NoUndef); in createReductionFunction()
3278 ReductionFunc->addParamAttr(1, Attribute::NoUndef); in createReductionFunction()
3280 BasicBlock::Create(M.getContext(), "entry", ReductionFunc); in createReductionFunction()
3287 Argument *Arg0 = ReductionFunc->getArg(0); in createReductionFunction()
3288 Argument *Arg1 = ReductionFunc->getArg(1); in createReductionFunction()
3335 return ReductionFunc; in createReductionFunction()
3346 Builder.saveIP(), Index, &LHSFixupPtr, &RHSFixupPtr, ReductionFunc)); in createReductionFunction()
3351 LHSPtrs[Index], [ReductionFunc](const Use &U) { in createReductionFunction()
[all …]