Home | History | Annotate | Download | only in optimizing

Lines Matching refs:first_condition

6501     Condition first_condition;
6505 first_condition = kLess;
6507 __ j(first_condition, codegen_->GetLabelOf(default_block));
6513 first_condition = kBelow;
6522 __ j(first_condition, codegen_->GetLabelOf(successors[index]));