Home | History | Annotate | Download | only in code

Lines Matching refs:newLabel

1536                 int newLabel = origLabelToCopiedLabel.get(label);
1538 copyBlock(label, newLabel);
1542 .inlineSubroutineCalledFrom(labelToBlock(newLabel));
1562 * @param newLabel label that the new block should have
1564 private void copyBlock(int origLabel, int newLabel) {
1627 new BasicBlock(newLabel,
1630 labelToSubroutines.get(newLabel));