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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h226 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } function in class:clang::CodeGen::LoopInfoStack
H A DCGLoopInfo.cpp688 setParallel(true);
H A DCGStmtOpenMP.cpp2158 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>());
2167 CGF.LoopStack.setParallel(/*Enable=*/false);
2174 LoopStack.setParallel(!IsMonotonic);
2179 LoopStack.setParallel(/*Enable=*/true);
2188 LoopStack.setParallel(/*Enable=*/false);
2465 CGF.LoopStack.setParallel(!IsMonotonic);
2468 CGF.LoopStack.setParallel(/*Enable=*/true);
2998 CGF.LoopStack.setParallel(/*Enable=*/true);

Completed in 206 milliseconds