Home | History | Annotate | Download | only in Utils

Lines Matching refs:NumPhis

1939   unsigned NumPhis = 0;
1940 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I)
1941 if (NumPhis > 2)
2863 unsigned NumPhis = 0;
2865 ++II, ++NumPhis) {
2866 if (NumPhis > 2) // Disable this xform.