Searched refs:PredPos (Results 1 – 2 of 2) sorted by relevance
458 unsigned PredPos, PredRegFlags; in findInductionRegister() local459 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister()645 unsigned PredPos, PredRegFlags; in getLoopTripCount() local646 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
1778 unsigned PredPos = ScheduledSUnitsInv[Pred->NodeNum]; in moveLowLatencies() local1779 if (PredPos >= MinPos) in moveLowLatencies()1780 MinPos = PredPos + 1; in moveLowLatencies()