Home
last modified time | relevance | path

Searched refs:IsNoWait (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
3826 bool IsNoWait, bool IsTeamsReduction) { in createReductions() argument
3830 IsNoWait, IsTeamsReduction); in createReductions()
3885 IsNoWait ? RuntimeFunction::OMPRTL___kmpc_reduce_nowait in createReductions()
3936 IsNoWait ? RuntimeFunction::OMPRTL___kmpc_end_reduce_nowait in createReductions()