Lines Matching full:not_taken
162 LIR* not_taken = &block_label_list_[bb->fall_through];
178 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken);
182 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
187 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
192 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
197 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
325 LIR* not_taken = &block_label_list_[bb->fall_through];
331 OpCondBranch(kCondNe, not_taken);
338 OpCondBranch(kCondGt, not_taken);
343 OpCondBranch(kCondGt, not_taken);
348 OpCondBranch(kCondLt, not_taken);
353 OpCondBranch(kCondLt, not_taken);