Searched refs:GenerateTakenTest (Results 1 – 4 of 4) sorted by relevance
113 HInstruction* GenerateTakenTest(HInstruction* context, HGraph* graph, HBasicBlock* block);
918 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()1004 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F()
254 HInstruction* InductionVarRange::GenerateTakenTest(HInstruction* context, in GenerateTakenTest() function in art::InductionVarRange
1902 HInstruction* condition = induction_range_.GenerateTakenTest( in TransformLoopForDeoptimizationIfNeeded()