Searched defs:IsPhi (Results 1 – 7 of 7) sorted by relevance
39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()58 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses()
118 static bool IsPhi(Node* node) { in IsPhi() function
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs() local234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs() local
807 static bool IsPhi(const NodeAddr<NodeBase*> BA) { in IsPhi() function
1133 bool IsPhi = isa<PHINode>(I); in findCycle() local
107 bool IsPhi() const { return kind_ == Kind::kPhi; } in IsPhi() function
228 bool IsPhi = llvm::isa<InstPhi>(this); in liveness() local