Searched refs:OrderLimit (Results 1 – 2 of 2) sorted by relevance
868 unsigned OrderLimit = Order.getOrder().size(); in tryEvict() local888 OrderLimit = RegClassInfo.getLastCostChange(RC); in tryEvict()889 DEBUG(dbgs() << "Only trying the first " << OrderLimit << " regs.\n"); in tryEvict()894 while (unsigned PhysReg = Order.next(OrderLimit)) { in tryEvict()
1105 unsigned OrderLimit = Order.getOrder().size(); in tryEvict() local1125 OrderLimit = RegClassInfo.getLastCostChange(RC); in tryEvict()1126 LLVM_DEBUG(dbgs() << "Only trying the first " << OrderLimit in tryEvict()1132 while (unsigned PhysReg = Order.next(OrderLimit)) { in tryEvict()