Home
last modified time | relevance | path

Searched refs:ref_end (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Drtlanal.h148 rtx_obj_reference *ref_end; variable
170 ref_end (nullptr), in rtx_properties()
250 if (__builtin_expect (this->ref_iter != this->ref_end, 1)) in repeat()
311 ref_end = m_storage + SIZE; in vec_rtx_properties_base()
H A Drtlanal.cc2101 if (ref_iter != ref_end) in try_to_add_reg()
2152 if (ref_iter != ref_end) in try_to_add_dest()
2195 if (!MEM_READONLY_P (x) && ref_iter != ref_end) in try_to_add_src()
2326 && ref_iter != ref_end) in try_to_add_insn()
2336 && ref_iter != ref_end) in try_to_add_insn()
2339 if (ref_iter != ref_end && !RTL_CONST_CALL_P (insn)) in try_to_add_insn()
2374 ptrdiff_t new_elems = (ref_end - ref_begin) * 3 / 2; in grow()
2385 ref_end = ref_begin + new_elems; in grow()
H A Ddwarf2out.c17397 dw_loc_descr_ref ref_end = list->expr; in prepend_loc_descr_to_each() local
17405 while (copy->dw_loc_next != ref_end) in prepend_loc_descr_to_each()
H A Ddwarf2out.cc17887 dw_loc_descr_ref ref_end = list->expr; in prepend_loc_descr_to_each() local
17895 while (copy->dw_loc_next != ref_end) in prepend_loc_descr_to_each()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h901 ref_iterator ref_end() { return {this, end()}; } in ref_end() function
903 const_ref_iterator ref_end() const { return {this, end()}; } in ref_end() function
910 ref_iterator_range refs() { return {ref_begin(), ref_end()}; } in refs()
911 const_ref_iterator_range refs() const { return {ref_begin(), ref_end()}; } in refs()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c17397 dw_loc_descr_ref ref_end = list->expr; in prepend_loc_descr_to_each() local
17405 while (copy->dw_loc_next != ref_end) in prepend_loc_descr_to_each()