Searched refs:IsReductionWithTaskMod (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h124 bool IsReductionWithTaskMod = false; member in struct:clang::CodeGen::final
H A DCGStmtOpenMP.cpp1278 Data.IsReductionWithTaskMod = true;
1400 bool IsReductionWithTaskMod = false; local
1410 IsReductionWithTaskMod =
1411 IsReductionWithTaskMod || C->getModifier() == OMPC_REDUCTION_task;
1414 if (IsReductionWithTaskMod) {
H A DCGOpenMPRuntime.cpp6020 if (Data.IsReductionWithTaskMod) {

Completed in 155 milliseconds