Searched refs:ropMethod (Results 1 – 3 of 3) sorted by relevance
38 private final RopMethod ropMethod; field in IdenticalBlockCombiner48 ropMethod = rm; in IdenticalBlockCombiner()49 blocks = ropMethod.getBlocks(); in IdenticalBlockCombiner()74 IntList preds = ropMethod.labelToPredecessors(b.getLabel()); in process()118 return new RopMethod(newBlocks, ropMethod.getFirstLabel()); in process()146 IntList preds = ropMethod.labelToPredecessors(bb.getLabel()); in combineBlocks()
124 RopMethod ropMethod = new RopMethod(convertBasicBlocks(), in convert() local126 ropMethod = new IdenticalBlockCombiner(ropMethod).process(); in convert()128 return ropMethod; in convert()
100 public static SsaMethod newFromRopMethod(RopMethod ropMethod, in newFromRopMethod() argument102 SsaMethod result = new SsaMethod(ropMethod, paramWidth, isStatic); in newFromRopMethod()104 result.convertRopToSsaBlocks(ropMethod); in newFromRopMethod()119 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod() argument123 this.maxLabel = ropMethod.getBlocks().getMaxLabel(); in SsaMethod()124 this.registerCount = ropMethod.getBlocks().getRegCount(); in SsaMethod()