Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Phis

958     // Delete PHIs if possible.
2527 std::vector<PhiInfo> Phis;
2547 Phis.push_back(PhiInfo(I, *C.LB));
2551 dbgs() << "Phis: {";
2552 for (auto &I : Phis) {
2561 if (Phis.empty())
2664 if (std::find_if(Phis.begin(), Phis.end(), LoopInpEq) == Phis.end())
2689 auto F = std::find_if(Phis.begin(), Phis.end(), LoopInpEq);
2690 if (F == Phis.end())