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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1132 // trivially, perhaps with a single cast. The unique_input method
1134 Node* uin = unique_input(phase);
1148 //-----------------------------unique_input------------------------------------
1151 Node* PhiNode::unique_input(PhaseTransform* phase) { function in class:PhiNode
1636 Node* uin = unique_input(phase);
H A Dmacro.cpp513 Node *unique_input = NULL; local
519 } else if (unique_input == NULL) {
520 unique_input = n;
521 } else if (unique_input != n) {
522 unique_input = top;
526 if (unique_input != NULL && unique_input != top) {
527 mem = unique_input;

Completed in 60 milliseconds