Lines Matching defs:newNode
775 Node DataFlowGraph::newNode(uint16_t Attrs) {
785 Node NA = newNode(0);
804 Use UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
811 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags);
819 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags);
825 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags);
832 Phi PA = newNode(NodeAttrs::Code | NodeAttrs::Phi);
838 Stmt SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt);
845 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block);
852 Func FA = newNode(NodeAttrs::Code | NodeAttrs::Func);