Lines Matching refs:ValueSeq
584 using ValueSeq = SetVector<Value *>; typedef in __anona63979960511::PolynomialMultiplyRecognize
596 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle);
597 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early,
598 ValueSeq &Late);
599 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1126 ValueSeq &Cycle) { in findCycle()
1157 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle()
1175 ValueSeq &First = !IsE ? Early : Late; in classifyCycle()
1179 ValueSeq &Second = IsE ? Early : Late; in classifyCycle()
1193 ValueSeq &Early, ValueSeq &Late) { in classifyInst()
1312 ValueSeq RShifts; in convertShiftsToLeft()
1313 ValueSeq Early, Late, Cycled; in convertShiftsToLeft()
1322 ValueSeq C; in convertShiftsToLeft()
1335 ValueSeq Users(Cycled.begin(), Cycled.end()); in convertShiftsToLeft()
1363 ValueSeq Internal(Users.begin(), Users.end()); in convertShiftsToLeft()
1364 ValueSeq Inputs; in convertShiftsToLeft()