Searched refs:IsPhi (Results 1 – 7 of 7) sorted by relevance
50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument58 if (IsPhi) in allocHungoffUses()67 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument77 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()84 if (IsPhi) { in growHungoffUses()
87 void allocHungoffUses(unsigned N, bool IsPhi = false);91 void growHungoffUses(unsigned N, bool IsPhi = false);
179 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local180 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs()273 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local285 if (FullChain || IsPhi || !RRs.hasCoverOf(QR)) in getAllReachingDefs()
1507 for (auto P : BA.Addr->members_if(IsPhi, *this)) in removeUnusedPhis()1535 if (IsPhi(OA)) in removeUnusedPhis()1684 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) { in linkBlockRefs()
1149 bool IsPhi = isa<PHINode>(I); in findCycle() local1150 if (IsPhi && HadPhi) in findCycle()1152 HadPhi |= IsPhi; in findCycle()
473 EntryBlock.Addr->members_if(DataFlowGraph::IsPhi, DFG)) { in getGadgetGraph()
806 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function