Searched refs:ropMethod (Results 1 – 3 of 3) sorted by relevance
33 private final RopMethod ropMethod; field in IdenticalBlockCombiner43 ropMethod = rm; in IdenticalBlockCombiner()44 blocks = ropMethod.getBlocks(); in IdenticalBlockCombiner()69 IntList preds = ropMethod.labelToPredecessors(b.getLabel()); in process()113 return new RopMethod(newBlocks, ropMethod.getFirstLabel()); in process()141 IntList preds = ropMethod.labelToPredecessors(bb.getLabel()); in combineBlocks()
123 RopMethod ropMethod = new RopMethod(convertBasicBlocks(), in convert() local125 ropMethod = new IdenticalBlockCombiner(ropMethod).process(); in convert()127 return ropMethod; in convert()
99 public static SsaMethod newFromRopMethod(RopMethod ropMethod, in newFromRopMethod() argument101 SsaMethod result = new SsaMethod(ropMethod, paramWidth, isStatic); in newFromRopMethod()103 result.convertRopToSsaBlocks(ropMethod); in newFromRopMethod()118 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod() argument122 this.maxLabel = ropMethod.getBlocks().getMaxLabel(); in SsaMethod()123 this.registerCount = ropMethod.getBlocks().getRegCount(); in SsaMethod()