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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp103 Node *cin = get_ctrl(n->in(i)); local
104 assert( cin, "" );
106 uint c_d = dom_depth(cin);
108 early = cin; // Keep deepest found so far
111 early != cin) { // If not equal, must use slower algorithm
115 Node *n2 = cin;
119 if (n1 == cin || // Walked early up to cin
122 if (n2 == early || // Walked cin up to early
124 early = cin; // ci
[all...]

Completed in 37 milliseconds