Searched refs:getUseListCopy (Results 1 – 4 of 4) sorted by relevance
74 useList = ssaMeth.getUseListCopy(); in DeadCodeRemover()
333 final ArrayList<SsaInsn>[] useList = ssaMeth.getUseListCopy(); in updateConstUses()
652 public ArrayList<SsaInsn>[] getUseListCopy() { in getUseListCopy() method in SsaMethod
655 final ArrayList<SsaInsn>[] useList = ssaMeth.getUseListCopy(); in movePropagate()