Lines Matching refs:NestedLoopCount
9352 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
9746 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
9755 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
9769 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
9786 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
9791 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
9795 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
9799 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
9822 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
9825 return NestedLoopCount; in checkOpenMPLoop()
9878 return NestedLoopCount; in checkOpenMPLoop()
9884 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9916 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
10279 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
10280 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
10281 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
10282 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
10283 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10284 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10285 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
10303 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
10310 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
10317 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10331 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10426 return NestedLoopCount; in checkOpenMPLoop()
10521 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
10524 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
10546 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPSimdDirective()
10565 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
10568 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
10586 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
10602 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
10606 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
10627 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
10788 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPGenericLoopDirective() local
10791 if (NestedLoopCount == 0) in ActOnOpenMPGenericLoopDirective()
10799 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPGenericLoopDirective()
10834 unsigned NestedLoopCount = in ActOnOpenMPTeamsGenericLoopDirective() local
10838 if (NestedLoopCount == 0) in ActOnOpenMPTeamsGenericLoopDirective()
10848 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsGenericLoopDirective()
10884 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsGenericLoopDirective() local
10888 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsGenericLoopDirective()
10897 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10932 unsigned NestedLoopCount = in ActOnOpenMPParallelGenericLoopDirective() local
10936 if (NestedLoopCount == 0) in ActOnOpenMPParallelGenericLoopDirective()
10945 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelGenericLoopDirective()
10981 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelGenericLoopDirective() local
10985 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelGenericLoopDirective()
10994 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelGenericLoopDirective()
11125 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
11129 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
11148 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
11169 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
11173 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
11192 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
13341 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
13345 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
13364 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
13639 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
13643 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
13663 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
13677 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
13681 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
13714 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
13727 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
13731 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
13751 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
13765 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopDirective() local
13769 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopDirective()
13789 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMaskedTaskLoopDirective()
13803 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
13807 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
13840 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
13853 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopSimdDirective() local
13857 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopSimdDirective()
13890 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMaskedTaskLoopSimdDirective()
13922 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
13926 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
13946 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
13979 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopDirective() local
13983 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopDirective()
14003 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMaskedTaskLoopDirective()
14036 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
14040 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
14073 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
14105 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopSimdDirective() local
14109 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
14142 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
14158 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
14162 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
14170 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeDirective()
14203 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
14207 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
14215 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
14247 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
14251 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
14273 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
14303 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
14307 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
14329 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
14359 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
14363 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
14384 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
14414 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
14418 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
14440 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
14470 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
14474 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
14485 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
14516 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
14521 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
14546 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
14578 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
14583 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14608 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
14640 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
14645 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
14656 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
14732 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
14736 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
14744 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
14775 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
14779 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14798 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
14830 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
14835 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14858 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14889 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
14893 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
14915 Context, StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()