Lines Matching refs:end
64 inline iterator end() { return nested_loops_.end(); }
66 inline const_iterator end() const { return cend(); }
68 inline const_iterator cend() const { return nested_loops_.end(); }
106 // Returns the basic block which marks the end of the loop.
270 std::find(nested_loops_.begin(), nested_loops_.end(), loop));
330 // the end of the list if it exist.
365 // The block which marks the end of the loop.
475 inline iterator end() { return iterator::end(&placeholder_top_loop_); }
477 inline const_iterator end() const { return cend(); }
482 return const_iterator::end(&placeholder_top_loop_);
530 assert(std::find(placeholder_top_loop_.begin(), placeholder_top_loop_.end(),
531 loop) == placeholder_top_loop_.end() &&
554 return it != basic_block_to_loop_.end() ? it->second : nullptr;