Lines Matching refs:Ordered
1672 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPOuterLoop() argument
1736 [Ordered, IVSize, IVSigned, Loc](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
1737 if (Ordered) { in EmitOMPOuterLoop()
1764 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() argument
1770 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
1772 assert((Ordered || in EmitOMPForOuterLoop()
1834 IVSigned, Ordered, UBVal, Chunk); in EmitOMPForOuterLoop()
1837 Ordered, IL, LB, UB, ST, Chunk); in EmitOMPForOuterLoop()
1840 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, Ordered, LB, UB, in EmitOMPForOuterLoop()
1974 bool Ordered = false; in EmitOMPWorksharingLoop() local
1979 Ordered = true; in EmitOMPWorksharingLoop()
2035 !Ordered) { in EmitOMPWorksharingLoop()
2044 IVSize, IVSigned, Ordered, in EmitOMPWorksharingLoop()
2066 Ordered || ScheduleKind.Schedule == OMPC_SCHEDULE_static || in EmitOMPWorksharingLoop()
2072 EmitOMPForOuterLoop(ScheduleKind, IsMonotonic, S, LoopScope, Ordered, in EmitOMPWorksharingLoop()