Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ordered

1672     const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
1724 // with dynamic/guided scheduling and without ordered clause.
1736 [Ordered, IVSize, IVSigned, Loc](CodeGenFunction &CGF) {
1737 if (Ordered) {
1764 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
1770 Ordered || RT.isDynamic(ScheduleKind.Schedule);
1772 assert((Ordered ||
1811 // __kmpc_dispatch_fini_(4|8)[u](); // For ordered loops only.
1834 IVSigned, Ordered, UBVal, Chunk);
1837 Ordered, IL, LB, UB, ST, Chunk);
1840 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, Ordered, LB, UB,
1861 IVSize, IVSigned, /* Ordered = */ false,
1865 S, LoopScope, /* Ordered = */ false, LB, UB, ST, IL, Chunk);
1974 bool Ordered = false;
1979 Ordered = true;
2030 // If the static schedule kind is specified or if the ordered clause is
2035 !Ordered) {
2044 IVSize, IVSigned, Ordered,
2066 Ordered || ScheduleKind.Schedule == OMPC_SCHEDULE_static ||
2072 EmitOMPForOuterLoop(ScheduleKind, IsMonotonic, S, LoopScope, Ordered,
2240 /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(), LB.getAddress(),
2699 IVSize, IVSigned, /* Ordered = */ false,