HomeSort by relevance Sort by last modified time
    Searched refs:CanGenerateCode (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 81 bool CanGenerateCode(HInstruction* context,
99 * Precondition: CanGenerateCode() returns true.
112 * Precondition: CanGenerateCode() returns true and needs_taken_test is set.
induction_var_range_test.cc 651 EXPECT_FALSE(range_.CanGenerateCode(
653 ASSERT_TRUE(range_.CanGenerateCode(
721 EXPECT_FALSE(range_.CanGenerateCode(
723 ASSERT_TRUE(range_.CanGenerateCode(
    [all...]
induction_var_range.cc 190 bool InductionVarRange::CanGenerateCode(HInstruction* context,
    [all...]
bounds_check_elimination.cc     [all...]

Completed in 159 milliseconds