Searched refs:Increasing (Results 1 – 9 of 9) sorted by relevance
285 Loop::LoopBounds::Direction::Increasing); in TEST()344 Loop::LoopBounds::Direction::Increasing); in TEST()403 Loop::LoopBounds::Direction::Increasing); in TEST()462 Loop::LoopBounds::Direction::Increasing); in TEST()521 Loop::LoopBounds::Direction::Increasing); in TEST()581 Loop::LoopBounds::Direction::Increasing); in TEST()696 Loop::LoopBounds::Direction::Increasing); in TEST()875 Loop::LoopBounds::Direction::Increasing); in TEST()936 Loop::LoopBounds::Direction::Increasing); in TEST()996 Loop::LoopBounds::Direction::Increasing); in TEST()[all …]
1082 bool Increasing = MainLoopStructure.IndVarIncreasing; in calculateSubRanges() local1091 if (Increasing) { in calculateSubRanges()1275 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() local1290 Increasing in changeIterationSpaceEnd()1418 bool Increasing = MainLoopStructure.IndVarIncreasing; in run() local1430 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()1432 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()1442 if (Increasing) in run()1469 if (Increasing) in run()
259 if (D == Direction::Increasing) in getCanonicalPredicate()275 return Direction::Increasing; in getDirection()
10765 bool Increasing = *MonotonicType == ScalarEvolution::MonotonicallyIncreasing; in getLoopInvariantPredicate() local10766 auto P = Increasing ? Pred : ICmpInst::getInversePredicate(Pred); in getLoopInvariantPredicate()
191 ; Increasing loop, UINT_MAX. Negative test: we cannot add 1 to UINT_MAX.
236 ; Increasing loop, UINT_MAX. Positive test.
720 enum class Direction { Increasing, Decreasing, Unknown }; enumerator
244 ; Increasing length of vector ops is not a good canonicalization.261 ; Increasing length of vector ops must be safe from illegal undef propagation.278 ; Increasing length of insertelements (no math ops) is a good canonicalization.