Searched refs:InstrLimit (Results 1 – 3 of 3) sorted by relevance
289 unsigned InstrLimit, in findSurvivorReg() argument300 for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) { in findSurvivorReg()302 ++InstrLimit; // Don't count debug instructions in findSurvivorReg()367 unsigned InstrLimit = 25; in findSurvivorBackwards() local368 unsigned InstrCountDown = InstrLimit; in findSurvivorBackwards()424 InstrCountDown = InstrLimit; in findSurvivorBackwards()
50 static cl::opt<unsigned> InstrLimit("dfa-instr-limit", cl::Hidden, variable203 bool LimitPresent = InstrLimit.getPosition(); in PacketizeMIs()208 if (InstrCount >= InstrLimit) { in PacketizeMIs()
208 unsigned InstrLimit,