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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp238 if (same_velt_type(mem_ref, best_align_to_mem_ref)) {
252 if (same_velt_type(mr, mem_ref) &&
281 if (same_velt_type(s, mem_ref)) {
290 if (same_velt_type(s, mem_ref)) {
296 if (same_velt_type(mem_ref, best_align_to_mem_ref)) {
303 assert(!same_velt_type(s, mem_ref), "sanity");
698 if (!same_velt_type(s1, s2)) return false;
1810 if (!in_bb(use) || !same_velt_type(use, n)) {
1898 bool SuperWord::same_velt_type(Node* n1, Node* n2) { function in class:SuperWord

Completed in 41 milliseconds