Searched defs:IsPhi (Results 1 – 9 of 9) sorted by relevance
43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()59 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
74 static bool IsPhi(Node* node) { in IsPhi() function
129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
163 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local236 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
808 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
1130 bool IsPhi = isa<PHINode>(I); in findCycle() local
238 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local