Searched refs:ReductionFunc (Results 1 – 1 of 1) sorted by relevance
3274 Function *ReductionFunc = in createReductionFunction() local3276 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 …]