Searched refs:successorList (Results 1 – 2 of 2) sorted by relevance
63 private IntList successorList; field in SsaBasicBlock123 this.successorList = new IntList(); in SsaBasicBlock()158 result.successorList in newFromRop()162 if (result.successorList.size() != 0) { in newFromRop()352 return successorList; in getSuccessorList()386 IntList result = new IntList(successorList.size()); in getRopLabelSuccessorList()388 int sz = successorList.size(); in getRopLabelSuccessorList()391 result.add(parent.blockIndexToRopLabel(successorList.get(i))); in getRopLabelSuccessorList()415 newPred.successorList.add(index); in insertNewPredecessor()457 newSucc.successorList.add(other.index); in insertNewSuccessor()[all …]
302 IntList successorList = block.getRopLabelSuccessorList(); in convertBasicBlock() local311 if (successorList.contains(exitRopLabel)) { in convertBasicBlock()312 if (successorList.size() > 1) { in convertBasicBlock()317 successorList = IntList.EMPTY; in convertBasicBlock()324 successorList.setImmutable(); in convertBasicBlock()328 successorList, in convertBasicBlock()