Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3629 bool CanGenerateAtomic = all_of(ReductionInfos, [](const ReductionInfo &RI) { in createReductions() local
3633 CanGenerateAtomic in createReductions()
3705 if (CanGenerateAtomic && llvm::none_of(IsByRef, [](bool P) { return P; })) { in createReductions()