Lines Matching full:ordered
436 /// An ordered map of auto-generated variables to their unique names.
855 /// Emit an ordered region.
857 /// ordered region.
928 /// This is used for non static scheduled types and when the ordered
939 /// \param Ordered true if loop is ordered, false otherwise.
946 unsigned IVSize, bool IVSigned, bool Ordered,
949 /// This is used for non static scheduled types and when the ordered
963 /// true if loop is ordered, false otherwise.
964 bool Ordered = false; member
980 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
990 /// specify a ordered clause on the loop construct.
1018 /// iteration of the ordered loop with the dynamic scheduling.
1502 /// Emit code for doacross ordered directive with 'depend' clause.
1507 /// Emit code for doacross ordered directive with 'doacross' clause.
1800 /// Emit an ordered region.
1802 /// ordered region.
1819 /// This is used for non static scheduled types and when the ordered
1830 /// \param Ordered true if loop is ordered, false otherwise.
1837 unsigned IVSize, bool IVSigned, bool Ordered,
1840 /// This is used for non static scheduled types and when the ordered
1852 /// specify a ordered clause on the loop construct.
1879 /// iteration of the ordered loop with the dynamic scheduling.
2268 /// Emit code for doacross ordered directive with 'depend' clause.
2273 /// Emit code for doacross ordered directive with 'doacross' clause.