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

/dalvik/dx/src/com/android/dx/ssa/
H A DDeadCodeRemover.java250 public void visitPhiInsn (PhiInsn phi) { argument
252 if (!hasSideEffect(phi)) {
253 noSideEffectRegs.set(phi.getResult().getReg());
H A DSsaRenamer.java474 public void visitPhiInsn(PhiInsn phi) { argument
475 /* don't process sources for phi's */
476 processResultReg(phi);
582 * All insns that are not move or phi insns have their source registers
624 * Updates the phi insns in successor blocks with operands based
638 * Never add a version 0 register as a phi

Completed in 93 milliseconds