Searched defs:IsPhi (Results 1 – 4 of 4) sorted by relevance
44 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()61 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local274 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
803 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
1151 bool IsPhi = isa<PHINode>(I); in findCycle() local