Searched refs:PredPos (Results 1 – 2 of 2) sorted by relevance
465 unsigned PredPos, PredRegFlags; in findInductionRegister() local466 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister()652 unsigned PredPos, PredRegFlags; in getLoopTripCount() local653 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
1798 unsigned PredPos = ScheduledSUnitsInv[Pred->NodeNum]; in moveLowLatencies() local1799 if (PredPos >= MinPos) in moveLowLatencies()1800 MinPos = PredPos + 1; in moveLowLatencies()