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