HomeSort by relevance Sort by last modified time
    Searched defs:needs_taken_test (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range_test.cc 625 bool needs_taken_test = true; local
652 condition_, condition_->InputAt(0), &needs_finite_test, &needs_taken_test));
654 increment_, condition_->InputAt(0), &needs_finite_test, &needs_taken_test));
656 EXPECT_TRUE(needs_taken_test);
695 bool needs_taken_test = true; local
722 condition_, condition_->InputAt(0), &needs_finite_test, &needs_taken_test));
724 increment_, condition_->InputAt(0), &needs_finite_test, &needs_taken_test));
726 EXPECT_TRUE(needs_taken_test);
    [all...]
bounds_check_elimination.cc 1330 bool needs_taken_test = false; local
    [all...]

Completed in 534 milliseconds