Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc799 inline bool empty_p () { return m_update_head == -1; } in empty_p()
805 int m_update_head; member in update_list
815 m_update_head = -1; in update_list()
841 m_update_head = i; in add()
846 gcc_checking_assert (m_update_head > 0); in add()
847 m_update_list[i] = m_update_head; in add()
848 m_update_head = i; in add()
859 basic_block bb = BASIC_BLOCK_FOR_FN (cfun, m_update_head); in pop()
860 int pop = m_update_head; in pop()
861 m_update_head = m_update_list[pop]; in pop()