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

/openjdk7/hotspot/src/share/vm/opto/
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 30 milliseconds