Home
last modified time | relevance | path

Searched refs:Decreasing (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp266 if (D == Direction::Decreasing) in getCanonicalPredicate()
281 return Direction::Decreasing; in getDirection()
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt130 Decreasing this value can speed up the mdp processing,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h701 enum class Direction { Increasing, Decreasing, Unknown }; enumerator