Searched refs:subroutineLabel (Results 1 – 1 of 1) sorted by relevance
723 int subroutineLabel = successors.get(1); in processBlock() local725 if (subroutines[subroutineLabel] == null) { in processBlock()726 subroutines[subroutineLabel] = in processBlock()727 new Subroutine (subroutineLabel); in processBlock()730 subroutines[subroutineLabel].addCallerBlock(block.getLabel()); in processBlock()732 calledSubroutine = subroutines[subroutineLabel]; in processBlock()741 int subroutineLabel = ra.getSubroutineAddress(); in processBlock() local743 if (subroutines[subroutineLabel] == null) { in processBlock()744 subroutines[subroutineLabel] in processBlock()745 = new Subroutine (subroutineLabel, block.getLabel()); in processBlock()[all …]