Home | History | Annotate | Download | only in Utils

Lines Matching refs:NumPhis

1705   unsigned NumPhis = 0;
1706 for (BasicBlock::iterator I = BB->begin(); isa<PHINode>(I); ++NumPhis, ++I)
1707 if (NumPhis > 2)
2352 unsigned NumPhis = 0;
2354 isa<PHINode>(II); ++II, ++NumPhis)
2355 if (NumPhis > 2) // Disable this xform.