Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinsns.h217 bool has_pre_post_modify () const { return m_has_pre_post_modify; } in has_pre_post_modify()
414 unsigned int m_has_pre_post_modify : 1; variable
H A Dinternals.inl417 m_has_pre_post_modify (false),
432 m_has_pre_post_modify = properties.has_pre_post_modify;
H A Dinsns.cc185 if (m_has_pre_post_modify) in print_full()