Searched refs:GetEdge (Results 1 – 4 of 4) sorted by relevance
75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge() function in panda::ecmascript::kungfu::RegionStateDependMap236 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()
52 workList_.push_back(useIt.GetEdge()); in ReplaceGate()
185 Edge GetEdge() in GetEdge() function
627 VisitUpperBoundGate(useIt.GetEdge()); in ScheduleUpperBound()