Lines Matching refs:Early
597 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early,
599 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1157 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument
1175 ValueSeq &First = !IsE ? Early : Late; in classifyCycle()
1179 ValueSeq &Second = IsE ? Early : Late; in classifyCycle()
1193 ValueSeq &Early, ValueSeq &Late) { in classifyInst() argument
1199 if (Early.count(TV) || Early.count(FV)) { in classifyInst()
1202 Early.insert(UseI); in classifyInst()
1204 if (Early.count(TV) || Early.count(FV)) in classifyInst()
1218 if (Early.count(&*I)) in classifyInst()
1238 Early.insert(UseI); in classifyInst()
1313 ValueSeq Early, Late, Cycled; in convertShiftsToLeft() local
1328 classifyCycle(&I, C, Early, Late); in convertShiftsToLeft()
1354 if (!classifyInst(T, Early, Late)) in convertShiftsToLeft()