Lines Matching full:get
92 if (!executableBlocks.get(ssaBlock.getIndex())) {
163 int sourceReg = sources.get(i).getReg();
166 if (!executableBlocks.get(predBlockIndex)
231 int regA = sources.get(0).getReg();
245 int regB = sources.get(1).getReg();
330 int successor = block.getSuccessorList().get(i);
331 addBlockToWorklist(ssaMeth.getBlocks().get(successor));
353 int sourceReg = insn.getSources().get(0).getReg();
406 if (!executableBlocks.get(insn.getBlock().getIndex())) {
420 if (!executableBlocks.get(insn.getBlock().getIndex())) {
475 RegisterSpec spec = sources.get(index);