Home
last modified time | relevance | path

Searched refs:CanGenerateCode (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h81 bool CanGenerateCode(HInstruction* context,
Dinduction_var_range_test.cc651 EXPECT_FALSE(range_.CanGenerateCode( in TEST_F()
653 ASSERT_TRUE(range_.CanGenerateCode( in TEST_F()
721 EXPECT_FALSE(range_.CanGenerateCode( in TEST_F()
723 ASSERT_TRUE(range_.CanGenerateCode( in TEST_F()
Dinduction_var_range.cc190 bool InductionVarRange::CanGenerateCode(HInstruction* context, in CanGenerateCode() function in art::InductionVarRange
Dbounds_check_elimination.cc1332 induction_range_.CanGenerateCode( in TryDynamicBCE()