Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isPHIDef

379       if (!VNI->isPHIDef() || VNI->def != BlockStart || !UsedPHIs.insert(VNI))
421 if (VNI->isPHIDef()) {
608 if (PHI->isUnused() || !PHI->isPHIDef())