Searched refs:canBeParallelFor (Results 1 – 4 of 4) sorted by relevance
639 return TTLD->canBeParallelFor(); in supportsSPMDExecutionMode()
1500 TeamsLoopCanBeParallel = TTLD->canBeParallelFor(); in EmitOMPReductionClauseFinal()8370 if (S.canBeParallelFor()) in EmitOMPTargetTeamsGenericLoopDirective()8383 if (S.canBeParallelFor()) in EmitOMPTargetTeamsGenericLoopDeviceFunction()
2897 Record.writeBool(D->canBeParallelFor()); in VisitOMPTargetTeamsGenericLoopDirective()
6372 bool canBeParallelFor() const { return CanBeParallelFor; } in canBeParallelFor() function