Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2116 Function *ReductionFunc = getFreshReductionFunc(*Module); in createReductions() local
2124 ReductionFunc, Lock}, in createReductions()
2184 BasicBlock::Create(Module->getContext(), "", ReductionFunc); in createReductions()
2186 Value *LHSArrayPtr = ReductionFunc->getArg(0); in createReductions()
2187 Value *RHSArrayPtr = ReductionFunc->getArg(1); in createReductions()