Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java51 placePhiFunctions(result, localInfo, 0); in convertToSsaMethod()
72 placePhiFunctions(ssaMeth, localInfo, threshold); in updateSsaMethod()
115 placePhiFunctions(result, localInfo, 0); in testPhiPlacement()
299 private static void placePhiFunctions (SsaMethod ssaMeth, in placePhiFunctions() method in SsaConverter