Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1941 bool IsNoWait = false, bool IsTeamsReduction = false,
2014 bool IsNoWait = false, bool IsTeamsReduction = false);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3536 bool IsNoWait, bool IsTeamsReduction, ReductionGenCBKind ReductionGenCBKind, in createReductionsGPU() argument
3639 if (!IsTeamsReduction) { in createReductionsGPU()
3826 bool IsNoWait, bool IsTeamsReduction) { in createReductions() argument
3830 IsNoWait, IsTeamsReduction); in createReductions()