Home | History | Annotate | Download | only in code

Lines Matching defs:newLabel

1410                 int newLabel = origLabelToCopiedLabel.get(label);
1412 copyBlock(label, newLabel);
1416 .inlineSubroutineCalledFrom(labelToBlock(newLabel));
1436 * @param newLabel label that the new block should have
1438 private void copyBlock(int origLabel, int newLabel) {
1501 new BasicBlock(newLabel,
1504 labelToSubroutines.get(newLabel));