Searched refs:ReduceInst_Interior (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp56 uint ReduceInst_Interior(State *s, int rule, Node *&mem, MachNode *mach, uint num_opnds);
H A Dmatcher.cpp1649 ReduceInst_Interior( s, rule, mem, mach, 1 );
1766 uint Matcher::ReduceInst_Interior( State *s, int rule, Node *&mem, MachNode *mach, uint num_opnds ) { function in class:Matcher
1806 // internal operand --> call ReduceInst_Interior
1808 num_opnds = ReduceInst_Interior( newstate, newrule, mem, mach, num_opnds );

Completed in 38 milliseconds