OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_taken_test
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
induction_var_range.h
84
/*out*/ bool*
needs_taken_test
);
112
* Precondition: CanGenerateCode() returns true and
needs_taken_test
is set.
192
/*out*/ bool*
needs_taken_test
) const;
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
...]
induction_var_range.cc
193
/*out*/bool*
needs_taken_test
) {
198
needs_taken_test
);
613
/*out*/bool*
needs_taken_test
) const {
636
*
needs_taken_test
= IsBodyTripCount(trip);
641
} else if (*
needs_taken_test
) {
[
all
...]
Completed in 74 milliseconds