Searched defs:phi (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DDeadCodeRemover.java255 public void visitPhiInsn (PhiInsn phi) { argument
257 if (!hasSideEffect(phi)) {
258 noSideEffectRegs.set(phi.getResult().getReg());
H A DSsaRenamer.java477 public void visitPhiInsn(PhiInsn phi) { argument
478 /* don't process sources for phi's */
479 processResultReg(phi);
586 * All insns that are not move or phi insns have their source registers
629 * Updates the phi insns in successor blocks with operands based
644 * Never add a version 0 register as a phi

Completed in 39 milliseconds