Searched refs:newLabel (Results 1 – 2 of 2) sorted by relevance
159 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { in replaceSucc() argument163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); in replaceSucc() local167 newPrimarySuccessor = newLabel; in replaceSucc()
1532 int newLabel = origLabelToCopiedLabel.get(label); in inlineSubroutineCalledFrom() local1534 copyBlock(label, newLabel); in inlineSubroutineCalledFrom()1538 .inlineSubroutineCalledFrom(labelToBlock(newLabel)); in inlineSubroutineCalledFrom()1560 private void copyBlock(int origLabel, int newLabel) { in copyBlock() argument1623 new BasicBlock(newLabel, in copyBlock()1626 labelToSubroutines.get(newLabel)); in copyBlock()