Searched refs:oldRegCount (Results 1 – 3 of 3) sorted by relevance
45 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters() local47 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters()49 for (int i = 0; i < oldRegCount; i++) { in allocateRegisters()
61 int oldRegCount = ssaMeth.getRegCount(); in allocateRegisters() local64 = new BasicRegisterMapper(oldRegCount); in allocateRegisters()78 for (int i = 0; i < oldRegCount; i++) { in allocateRegisters()85 IntSet current = new BitIntSet(oldRegCount); in allocateRegisters()106 for (int j = i + 1; j < oldRegCount; j++) { in allocateRegisters()
65 int oldRegCount = interference.size(); in dumpToStdout() local67 for (int i = 0; i < oldRegCount; i++) { in dumpToStdout()