OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_exit_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
;
1612
+
m_exit_freq
* ira_memory_move_cost[m_mode][m_class][1]);
1623
+
m_exit_freq
* ira_memory_move_cost[m_mode][m_class][0]);
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
;
1598
+
m_exit_freq
* ira_memory_move_cost[m_mode][m_class][1]);
1609
+
m_exit_freq
* ira_memory_move_cost[m_mode][m_class][0]);
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 34 milliseconds
Indexes created Thu Apr 09 00:23:28 UTC 2026