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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1149 bool sched_up = sched_before.member(current); local
1160 if (!sched_up) { // Will be moved together with current
1165 if (sched_up) { // Will be moved together with current
1173 Node *insert_pt = sched_up ? uip : lip;
1182 } else if (!sched_up && use->is_Phi() && use->bottom_type() == Type::MEMORY) {

Completed in 37 milliseconds