Searched defs:newLabel (Results 1 – 2 of 2) sorted by relevance
159 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { in replaceSucc()163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); in replaceSucc() local
1535 int newLabel = origLabelToCopiedLabel.get(label); in inlineSubroutineCalledFrom() local1563 private void copyBlock(int origLabel, int newLabel) { in copyBlock()