Lines Matching defs:newNode
774 Node DataFlowGraph::newNode(uint16_t Attrs) {
784 Node NA = newNode(0);
803 Use UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
810 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
818 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags);
824 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags);
831 Phi PA = newNode(NodeAttrs::Code | NodeAttrs::Phi);
837 Stmt SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt);
844 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block);
851 Func FA = newNode(NodeAttrs::Code | NodeAttrs::Func);