Home
last modified time | relevance | path

Searched defs:fromNode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcontrol_dep_analysis.cpp567 auto *fromNode = fcdg->GetCDGNodeFromId(CDGNodeId(fromBB.GetId())); in BuildControlDependence() local
913 CDGNode &fromNode = edge->GetFromNode(); in GenerateFCDGDot() local
Ddata_dep_base.cpp342 void DataDepBase::AddDependence(DepNode &fromNode, DepNode &toNode, DepType depType) in AddDependence()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h77 …DepLink(DepNode &fromNode, DepNode &toNode, DepType typ) : from(fromNode), to(toNode), depType(typ… in DepLink()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dependence.cpp110 void AArch64DepAnalysis::AddDependence(DepNode &fromNode, DepNode &toNode, DepType depType) in AddDependence()