Searched refs:predInsns (Results 1 – 3 of 3) sorted by relevance
162 ArrayList<SsaInsn> predInsns = in tryReplacingWithConstant() local165 (NormalSsaInsn) predInsns.get(predInsns.size()-1); in tryReplacingWithConstant()
186 ArrayList<SsaInsn> predInsns; in getConstsSortedByCountUse() local187 predInsns = ssaMeth.getBlocks().get(pred).getInsns(); in getConstsSortedByCountUse()188 insn = predInsns.get(predInsns.size()-1); in getConstsSortedByCountUse()
145 ArrayList<SsaInsn> predInsns = ssaMeth.getBlocks().get(pred).getInsns(); in getInsnForMove() local146 return predInsns.get(predInsns.size()-1); in getInsnForMove()