HomeSort by: relevance | last modified time | path
    Searched defs:m_entry_freq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 1601 int m_entry_freq, m_exit_freq;
1611 return (m_entry_freq * ira_memory_move_cost[m_mode][m_class][0]
1622 return (m_entry_freq * ira_memory_move_cost[m_mode][m_class][1]
1635 return move_cost * (m_entry_freq + m_exit_freq);
1587 int m_entry_freq, m_exit_freq; member in class:ira_loop_border_costs
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 1587 int m_entry_freq, m_exit_freq;
1597 return (m_entry_freq * ira_memory_move_cost[m_mode][m_class][0]
1608 return (m_entry_freq * ira_memory_move_cost[m_mode][m_class][1]
1621 return move_cost * (m_entry_freq + m_exit_freq);
1573 int m_entry_freq, m_exit_freq; member in class:ira_loop_border_costs

Completed in 40 milliseconds