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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp710 Node* shallow = d1 > d2 ? s2 : s1; local
714 return independent_path(shallow, deep);
719 bool SuperWord::independent_path(Node* shallow, Node* deep, uint dp) { argument
722 int shal_depth = depth(shallow);
727 if (shallow == pred) {
730 if (shal_depth < depth(pred) && !independent_path(shallow, pred, dp+1)) {

Completed in 626 milliseconds