Home | History | Annotate | Download | only in Utils

Lines Matching refs:PHIs

1451     // Skip PHIs which are trivial.
1474 // If there are no PHIs to process, bail early. This helps ensure idempotence
1495 // Skip PHIs which are trivial.
1689 // we ran out of PHIs then we simplified them all.
1693 // Don't fold i1 branches on PHIs which contain binary operators. These can
1997 SmallVector<PHINode*, 4> PHIs;
2002 !isProfitableToFoldUnconditional(BI, PBI, Cond, PHIs)))
2154 for (unsigned i = 0, e = PHIs.size(); i != e; ++i) {
2156 PHIs[i]->getIncomingValueForBlock(PBI->getParent()));
2194 PHIs[i]->setIncomingValue(PHIs[i]->getBasicBlockIndex(PBI->getParent()),
2392 // it. If it has PHIs though, the PHIs may have different
2561 // If the block has any PHIs in it or the icmp has multiple uses, it is too
3638 SmallVector<PHINode*, 4> PHIs;
3657 PHIs.push_back(I->first);
3698 for (size_t I = 0, E = PHIs.size(); I != E; ++I) {
3699 PHINode *PHI = PHIs[I];