Searched defs:toNode (Results 1 – 2 of 2) sorted by relevance
53 …DepLink(DepNode &fromNode, DepNode &toNode, DepType typ) : from(fromNode), to(toNode), depType(typ… in DepLink()
110 void AArch64DepAnalysis::AddDependence(DepNode &fromNode, DepNode &toNode, DepType depType) in AddDependence()