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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1167 Node* direct_input = NULL; // The unique direct input local
1187 if (direct_input == NULL) {
1188 direct_input = n;
1189 } else if (direct_input != n) {
1190 direct_input = NodeSentinel; // no unique direct input
1193 if (direct_input == NULL) {
1198 if (direct_input != NodeSentinel) {
1199 return direct_input; // one unique direct input

Completed in 38 milliseconds