Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h113 HInstruction* GenerateTakenTest(HInstruction* context, HGraph* graph, HBasicBlock* block);
Dinduction_var_range_test.cc893 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
979 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
Dinduction_var_range.cc286 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* context, in GenerateTakenTest() function in art::InductionVarRange
Dbounds_check_elimination.cc1712 HInstruction* condition = induction_range_.GenerateTakenTest( in TransformLoopForDeoptimizationIfNeeded()