Searched refs:predInsns (Results 1 – 3 of 3) sorted by relevance
161 ArrayList<SsaInsn> predInsns = in tryReplacingWithConstant() local164 (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()
144 ArrayList<SsaInsn> predInsns = ssaMeth.getBlocks().get(pred).getInsns(); in getInsnForMove() local145 return predInsns.get(predInsns.size()-1); in getInsnForMove()