Searched defs:IsPhi (Results 1 – 5 of 5) sorted by relevance
50 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument 67 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument
176 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local 269 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
681 bool IsPhi = isa<PHINode>(I), BPrepared = false; preprocessCompositeConstants() local 1286 bool IsPhi = isa<PHINode>(I), BPrepared = false; processInstrAfterVisit() local
835 static bool IsPhi(const Node BA) { in IsPhi() function
1143 if (IsPhi && HadPhi) in findCycle() local