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()
1424 int newLabel = origLabelToCopiedLabel.get(label); in inlineSubroutineCalledFrom() local1426 copyBlock(label, newLabel); in inlineSubroutineCalledFrom()1430 .inlineSubroutineCalledFrom(labelToBlock(newLabel)); in inlineSubroutineCalledFrom()1452 private void copyBlock(int origLabel, int newLabel) { in copyBlock() argument1515 new BasicBlock(newLabel, in copyBlock()1518 labelToSubroutines.get(newLabel)); in copyBlock()