Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h114 HInstruction* GenerateTakenTest(HInstruction* loop_control, HGraph* graph, HBasicBlock* block);
Dinduction_var_range_test.cc1143 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
1231 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
Dbounds_check_elimination.cc1925 HInstruction* condition = induction_range_.GenerateTakenTest( in TransformLoopForDeoptimizationIfNeeded()
Dinduction_var_range.cc291 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* loop_control, in GenerateTakenTest() function in art::InductionVarRange