Lines Matching defs:DA
446 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef()
453 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef()
798 NodeAddr<DefNode*> DA = NA; in cloneNode() local
826 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local
833 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local
912 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local
938 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local
1307 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local
1321 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local
1356 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local
1489 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis() local
1526 NodeAddr<DefNode*> DA = M; in removeUnusedPhis() local
1745 void DataFlowGraph::unlinkDefDF(NodeAddr<DefNode*> DA) { in unlinkDefDF()