Lines Matching refs:Early
600 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early,
602 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1167 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument
1185 ValueSeq &First = !IsE ? Early : Late; in classifyCycle()
1189 ValueSeq &Second = IsE ? Early : Late; in classifyCycle()
1203 ValueSeq &Early, ValueSeq &Late) { in classifyInst() argument
1209 if (Early.count(TV) || Early.count(FV)) { in classifyInst()
1212 Early.insert(UseI); in classifyInst()
1214 if (Early.count(TV) || Early.count(FV)) in classifyInst()
1228 if (Early.count(&*I)) in classifyInst()
1248 Early.insert(UseI); in classifyInst()
1323 ValueSeq Early, Late, Cycled; in convertShiftsToLeft() local
1338 classifyCycle(&I, C, Early, Late); in convertShiftsToLeft()
1364 if (!classifyInst(T, Early, Late)) in convertShiftsToLeft()