Home
last modified time | relevance | path

Searched refs:GetEdge (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge() function in panda::ecmascript::kungfu::RegionStateDependMap
236 auto &edge = map_.GetEdge(curRegion->preds_[0], curRegion); in TryLoadDependStart()
266 auto &edge = map_.GetEdge(pred, curRegion); in ConnectStateDepend()
298 auto &edge = map_.GetEdge(regionEdge.from, regionEdge.to); in ConnectPendingRegionEdges()
312 auto &edge = map_.GetEdge(curRegion, succ); in StoreStateDepend()
Dgraph_editor.cpp52 workList_.push_back(useIt.GetEdge()); in ReplaceGate()
Dgate_accessor.h185 Edge GetEdge() in GetEdge() function
Dgraph_linearizer.cpp627 VisitUpperBoundGate(useIt.GetEdge()); in ScheduleUpperBound()