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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp334 bool exists_at(Node* s, uint pos);
H A Dsuperword.cpp640 if (!exists_at(s1, 0) && !exists_at(s2, 1)) {
656 //------------------------------exists_at---------------------------
658 bool SuperWord::exists_at(Node* s, uint pos) { function in class:SuperWord

Completed in 316 milliseconds