Home
last modified time | relevance | path

Searched refs:phis (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java262 List<SsaInsn> phis = b.getPhiInsns(); in coInterferePhis() local
264 int szPhis = phis.size(); in coInterferePhis()
272 SsaInsn first = phis.get(i); in coInterferePhis()
273 SsaInsn second = phis.get(j); in coInterferePhis()