Searched defs:match_into_reg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1414 //------------------------------match_into_reg---------------------------------
1418 static bool match_into_reg( const Node *n, Node *m, Node *control, int i, bool shared ) { function
1524 if( match_into_reg(n, m, control, i, is_shared(m)) ||

Completed in 36 milliseconds