Lines Matching refs:NestedLoopCount
9157 unsigned CurrentNestedLoopCount, unsigned NestedLoopCount, in checkOpenMPIterationSpace() argument
9581 unsigned NestedLoopCount = 1; in checkOpenMPLoop() local
9590 NestedLoopCount = Result.Val.getInt().getLimitedValue(); in checkOpenMPLoop()
9604 if (Result.getLimitedValue() < NestedLoopCount) { in checkOpenMPLoop()
9621 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop()
9626 [DKind, &SemaRef, &DSA, NumLoops, NestedLoopCount, in checkOpenMPLoop()
9630 DKind, CurStmt, SemaRef, DSA, Cnt, NestedLoopCount, in checkOpenMPLoop()
9634 if (Cnt > 0 && Cnt >= NestedLoopCount && in checkOpenMPLoop()
9667 Built.clear(/* size */ NestedLoopCount); in checkOpenMPLoop()
9670 return NestedLoopCount; in checkOpenMPLoop()
9723 return NestedLoopCount; in checkOpenMPLoop()
9729 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
9761 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()
10124 Built.Counters.resize(NestedLoopCount); in checkOpenMPLoop()
10125 Built.Inits.resize(NestedLoopCount); in checkOpenMPLoop()
10126 Built.Updates.resize(NestedLoopCount); in checkOpenMPLoop()
10127 Built.Finals.resize(NestedLoopCount); in checkOpenMPLoop()
10128 Built.DependentCounters.resize(NestedLoopCount); in checkOpenMPLoop()
10129 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10130 Built.FinalsConditions.resize(NestedLoopCount); in checkOpenMPLoop()
10148 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop()
10155 for (unsigned int K = Cnt + 1; K < NestedLoopCount; ++K) in checkOpenMPLoop()
10162 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10176 if (Cnt + 1 < NestedLoopCount) in checkOpenMPLoop()
10271 return NestedLoopCount; in checkOpenMPLoop()
10366 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPSimdDirective() local
10369 if (NestedLoopCount == 0) in ActOnOpenMPSimdDirective()
10380 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPSimdDirective()
10398 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPForDirective() local
10401 if (NestedLoopCount == 0) in ActOnOpenMPForDirective()
10408 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPForDirective()
10424 unsigned NestedLoopCount = in ActOnOpenMPForSimdDirective() local
10428 if (NestedLoopCount == 0) in ActOnOpenMPForSimdDirective()
10439 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPForSimdDirective()
10602 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPGenericLoopDirective() local
10605 if (NestedLoopCount == 0) in ActOnOpenMPGenericLoopDirective()
10612 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPGenericLoopDirective()
10631 unsigned NestedLoopCount = in ActOnOpenMPTeamsGenericLoopDirective() local
10635 if (NestedLoopCount == 0) in ActOnOpenMPTeamsGenericLoopDirective()
10644 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsGenericLoopDirective()
10665 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsGenericLoopDirective() local
10669 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsGenericLoopDirective()
10676 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsGenericLoopDirective()
10698 unsigned NestedLoopCount = in ActOnOpenMPParallelGenericLoopDirective() local
10702 if (NestedLoopCount == 0) in ActOnOpenMPParallelGenericLoopDirective()
10709 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelGenericLoopDirective()
10730 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelGenericLoopDirective() local
10734 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelGenericLoopDirective()
10741 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelGenericLoopDirective()
10868 unsigned NestedLoopCount = in ActOnOpenMPParallelForDirective() local
10872 if (NestedLoopCount == 0) in ActOnOpenMPParallelForDirective()
10879 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelForDirective()
10894 unsigned NestedLoopCount = in ActOnOpenMPParallelForSimdDirective() local
10898 if (NestedLoopCount == 0) in ActOnOpenMPParallelForSimdDirective()
10908 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelForSimdDirective()
12984 unsigned NestedLoopCount = in ActOnOpenMPTargetParallelForDirective() local
12988 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForDirective()
12995 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetParallelForDirective()
13212 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopDirective() local
13216 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopDirective()
13236 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTaskLoopDirective()
13250 unsigned NestedLoopCount = in ActOnOpenMPTaskLoopSimdDirective() local
13254 if (NestedLoopCount == 0) in ActOnOpenMPTaskLoopSimdDirective()
13276 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTaskLoopSimdDirective()
13289 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopDirective() local
13293 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopDirective()
13313 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMasterTaskLoopDirective()
13327 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopDirective() local
13331 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopDirective()
13351 NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPMaskedTaskLoopDirective()
13365 unsigned NestedLoopCount = in ActOnOpenMPMasterTaskLoopSimdDirective() local
13369 if (NestedLoopCount == 0) in ActOnOpenMPMasterTaskLoopSimdDirective()
13391 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMasterTaskLoopSimdDirective()
13404 unsigned NestedLoopCount = in ActOnOpenMPMaskedTaskLoopSimdDirective() local
13408 if (NestedLoopCount == 0) in ActOnOpenMPMaskedTaskLoopSimdDirective()
13430 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPMaskedTaskLoopSimdDirective()
13445 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopDirective() local
13449 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopDirective()
13468 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMasterTaskLoopDirective()
13484 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopDirective() local
13488 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopDirective()
13507 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPParallelMaskedTaskLoopDirective()
13523 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMasterTaskLoopSimdDirective() local
13527 if (NestedLoopCount == 0) in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13548 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMasterTaskLoopSimdDirective()
13563 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPParallelMaskedTaskLoopSimdDirective() local
13567 if (NestedLoopCount == 0) in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13588 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPParallelMaskedTaskLoopSimdDirective()
13604 unsigned NestedLoopCount = in ActOnOpenMPDistributeDirective() local
13608 if (NestedLoopCount == 0) in ActOnOpenMPDistributeDirective()
13616 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeDirective()
13633 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForDirective() local
13637 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForDirective()
13644 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPDistributeParallelForDirective()
13660 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPDistributeParallelForSimdDirective() local
13664 if (NestedLoopCount == 0) in ActOnOpenMPDistributeParallelForSimdDirective()
13674 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeParallelForSimdDirective()
13689 unsigned NestedLoopCount = in ActOnOpenMPDistributeSimdDirective() local
13693 if (NestedLoopCount == 0) in ActOnOpenMPDistributeSimdDirective()
13703 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPDistributeSimdDirective()
13718 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetParallelForSimdDirective() local
13722 if (NestedLoopCount == 0) in ActOnOpenMPTargetParallelForSimdDirective()
13732 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetParallelForSimdDirective()
13746 unsigned NestedLoopCount = in ActOnOpenMPTargetSimdDirective() local
13750 if (NestedLoopCount == 0) in ActOnOpenMPTargetSimdDirective()
13760 NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetSimdDirective()
13775 unsigned NestedLoopCount = in ActOnOpenMPTeamsDistributeDirective() local
13779 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeDirective()
13788 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeDirective()
13803 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeSimdDirective() local
13807 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeSimdDirective()
13819 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeSimdDirective()
13834 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForSimdDirective() local
13838 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
13850 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTeamsDistributeParallelForSimdDirective()
13865 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTeamsDistributeParallelForDirective() local
13870 if (NestedLoopCount == 0) in ActOnOpenMPTeamsDistributeParallelForDirective()
13879 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTeamsDistributeParallelForDirective()
13920 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeDirective() local
13924 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeDirective()
13931 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeDirective()
13946 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeParallelForDirective() local
13950 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
13957 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B, in ActOnOpenMPTargetTeamsDistributeParallelForDirective()
13973 unsigned NestedLoopCount = in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local
13978 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
13988 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective()
14003 unsigned NestedLoopCount = checkOpenMPLoop( in ActOnOpenMPTargetTeamsDistributeSimdDirective() local
14007 if (NestedLoopCount == 0) in ActOnOpenMPTargetTeamsDistributeSimdDirective()
14017 getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B); in ActOnOpenMPTargetTeamsDistributeSimdDirective()