Home | History | Annotate | Download | only in quick

Lines Matching refs:stop_here

145       bool stop_here = false;
153 stop_here = true;
198 stop_here = true;
202 stop_here = true;
206 stop_here = true;
216 stop_here = true;
220 if (stop_here) {
234 if (stop_here == false) {
235 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask, check_lir);
238 if (stop_here == true) {
320 bool stop_here = false;
334 stop_here = false;
343 stop_here = true;
348 stop_here = true;
351 if (stop_here) {
357 if (stop_here == false) {
358 stop_here = CHECK_REG_DEP(stop_use_reg_mask, stop_def_reg_mask,
366 if (stop_here || !is_pseudo_opcode(check_lir->opcode)) {
374 if (stop_here == true) {
384 if (stop_here == false && next_slot < MAX_HOIST_DISTANCE) {