Searched refs:induction_inc (Results 1 – 1 of 1) sorted by relevance
90 HInstruction* induction_inc = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, const_1); in CreateBasicLoopDataFlow() local98 loop_body->AddInstruction(induction_inc); in CreateBasicLoopDataFlow()102 phi->AddInput(induction_inc); in CreateBasicLoopDataFlow()