Searched refs:InstrLimit (Results 1 – 2 of 2) sorted by relevance
48 static cl::opt<unsigned> InstrLimit("dfa-instr-limit", cl::Hidden, variable173 bool LimitPresent = InstrLimit.getPosition(); in PacketizeMIs()178 if (InstrCount >= InstrLimit) { in PacketizeMIs()
136 unsigned InstrLimit = 25; in determineKillsAndDefs() 137 unsigned InstrCountDown = InstrLimit; in determineKillsAndDefs() 157 // Otherwise we will continue up to InstrLimit instructions to find in forward() 200 InstrCountDown = InstrLimit; in forward() 289 unsigned InstrLimit = 25; findSurvivorBackwards() local