Searched refs:GenerateTakenTest (Results 1 – 4 of 4) sorted by relevance
114 HInstruction* GenerateTakenTest(HInstruction* loop_control, HGraph* graph, HBasicBlock* block);
1143 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()1231 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
1925 HInstruction* condition = induction_range_.GenerateTakenTest( in TransformLoopForDeoptimizationIfNeeded()
291 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* loop_control, in GenerateTakenTest() function in art::InductionVarRange