reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 if (Kind == NodeAttrs::Stmt || Kind == NodeAttrs::Phi) {
lib/Target/Hexagon/RDFGraph.cpp78 case NodeAttrs::Phi: OS << 'p'; break; 252 case NodeAttrs::Phi: 561 assert(M.Addr->getKind() == NodeAttrs::Phi); 567 } while (MN.Addr->getKind() == NodeAttrs::Phi); 838 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi);lib/Target/Hexagon/RDFGraph.h
318 return KB == Phi || KB == Stmt; 319 case Phi: 809 BA.Addr->getKind() == NodeAttrs::Phi;lib/Target/Hexagon/RDFLiveness.cpp
172 assert(IA.Addr->getKind() == NodeAttrs::Phi); 234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); 432 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); 727 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) 743 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); 1019 assert(!(IA.Addr->getFlags() & NodeAttrs::Phi));