HomeSort by: relevance | last modified time | path
    Searched defs:IsReductionWithTaskMod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 124 bool IsReductionWithTaskMod = false;
CGStmtOpenMP.cpp 1302 Data.IsReductionWithTaskMod = true;
1424 bool IsReductionWithTaskMod = false;
1434 IsReductionWithTaskMod =
1435 IsReductionWithTaskMod || C->getModifier() == OMPC_REDUCTION_task;
1438 if (IsReductionWithTaskMod) {

Completed in 21 milliseconds