HomeSort by: relevance | last modified time | path
    Searched refs:m_target_outbound_names (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.h 871 tree *m_target_outbound_names; member in class:tree_switch_conversion::switch_conversion
tree-switch-conversion.cc 356 m_target_outbound_names = m_target_inbound_names + m_phi_count;
797 m_target_outbound_names[i] = name;
849 outbound = m_target_outbound_names[i++];
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.h 863 tree *m_target_outbound_names; member in class:tree_switch_conversion::switch_conversion
tree-switch-conversion.cc 329 m_target_outbound_names = m_target_inbound_names + m_phi_count;
752 m_target_outbound_names[i] = name;
804 outbound = m_target_outbound_names[i++];

Completed in 20 milliseconds