Searched refs:inductions_1 (Results 1 – 2 of 2) sorted by relevance
135 std::vector<Instruction*> inductions_0{}, inductions_1{}; in AreCompatible() local145 loop_1_->GetInductionVariables(inductions_1); in AreCompatible()146 RemoveIfNotUsedContinueOrConditionBlock(&inductions_1, loop_1_); in AreCompatible()148 if (inductions_1.size() != 1) { in AreCompatible()152 induction_1_ = inductions_1.front(); in AreCompatible()