Searched refs:origLabel (Results 1 – 1 of 1) sorted by relevance
1452 private void copyBlock(int origLabel, int newLabel) { in copyBlock() argument1454 BasicBlock origBlock = labelToBlock(origLabel); in copyBlock()1476 != (subroutine = subroutineFromRetBlock(origLabel))) { in copyBlock()1547 private int mapOrAllocateLabel(int origLabel) { in mapOrAllocateLabel() argument1549 Integer mappedLabel = origLabelToCopiedLabel.get(origLabel); in mapOrAllocateLabel()1553 } else if (!involvedInSubroutine(origLabel,subroutineStart)) { in mapOrAllocateLabel()1558 resultLabel = origLabel; in mapOrAllocateLabel()1561 workList.set(origLabel); in mapOrAllocateLabel()1562 origLabelToCopiedLabel.put(origLabel, resultLabel); in mapOrAllocateLabel()1569 labelToSubroutines.get(origLabel)); in mapOrAllocateLabel()