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