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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1134 Node* uin = unique_input(phase); local
1135 if (uin != NULL) {
1136 return uin;
1636 Node* uin = unique_input(phase); local
1637 if (uin == top) { // Simplest case: no alive inputs.
1642 } else if (uin != NULL) {
1655 if (is_loop && !uin->eqv_uncast(in(LoopNode::EntryControl)) ||
1656 !is_loop && is_unsafe_data_reference(uin)) {
1663 replace_edge(uin, top);
1673 if (ident != uin
[all...]
H A Dmacro.cpp54 Node *uin = use->in(j); local
55 if (uin == oldref) {
61 } else if (j >= req && uin == NULL) {

Completed in 42 milliseconds