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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp942 enum Node_State { Pre_Visit, // node has to be pre-visited enumerator in enum:Node_State
1912 if (nstate == Pre_Visit) {
1948 mstack.push(n->in(0), Pre_Visit); // Visit control input
1977 mstack.push(n->in(1), Pre_Visit); // Switch Value (could be shared)
1978 mstack.push(n->in(0), Pre_Visit); // Visit Control input
2091 mstack.push(conv->in(1), Pre_Visit);
2094 mstack.push(conv, Pre_Visit);
2096 mstack.push(shift, Pre_Visit);
2098 mstack.push(adr->in(AddPNode::Address), Pre_Visit);
2099 mstack.push(adr->in(AddPNode::Base), Pre_Visit);
[all...]

Completed in 36 milliseconds