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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp342 bool independent_path(Node* shallow, Node* deep, uint dp=0);
H A Dsuperword.cpp714 return independent_path(shallow, deep);
717 //------------------------------independent_path------------------------------
719 bool SuperWord::independent_path(Node* shallow, Node* deep, uint dp) { function in class:SuperWord
730 if (shal_depth < depth(pred) && !independent_path(shallow, pred, dp+1)) {

Completed in 100 milliseconds