Searched refs:nonEmpty (Results 1 – 3 of 3) sorted by relevance
247 int nonEmpty; member254 int nonEmpty; member
822 auto nonEmpty = llvm::make_filter_range(826 nonEmpty, [](LiveRange const &liveRange) { return &liveRange; }));744 auto nonEmpty = llvm::make_filter_range( allocateSMETiles() local
159 /// nonEmpty - Return true if [a;b] is non-empty.161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function 183 /// nonEmpty - Return true if [a;b) is non-empty.184 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function 1187 assert(Traits::nonEmpty(a, b)); in overlaps() 1735 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart() 1751 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()