Searched defs:edge (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | graph_editor.cpp | 53 Edge& edge = workList_.back(); in RemoveGate() local 75 void GraphEditor::PropagateGate(const Edge& edge) in PropagateGate() 94 void GraphEditor::PropagateMerge(const Edge& edge) in PropagateMerge()
|
D | state_split_linearizer.cpp | 197 auto &edge = map_.GetEdge(curRegion->preds_[0], curRegion); in TryLoadDependStart() local 213 auto &edge = map_.GetEdge(pred, curRegion); in ConnectStateDepend() local 224 void ConnectEdge(RegionEdge& edge, GateRef currentState, GateRef stateInput, size_t i) in ConnectEdge() 245 auto &edge = map_.GetEdge(regionEdge.from, regionEdge.to); in ConnectPendingRegionEdges() local 259 auto &edge = map_.GetEdge(curRegion, succ); in StoreStateDepend() local
|
D | graph_linearizer.cpp | 618 void VisitUpperBoundGate(Edge edge) in VisitUpperBoundGate() 651 void VisitPreparedGate(Edge edge) in VisitPreparedGate()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 66 auto edge = chunk->New<Edge>(id, type, from, to, name); in NewEdge() local 938 Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, in FillEdges() local 965 …Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, (*iter), (*iter), GetString(valu… in FillPrimitiveEdge() local 1031 Edge *HeapSnapshot::InsertEdgeUnique(Edge *edge) in InsertEdgeUnique() 1096 Edge *HeapSnapshot::InsertEdgeAt(size_t pos, Edge *edge) in InsertEdgeAt()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | loop_analyzer.cpp | 159 auto edge = header->GetPredBlockByIndex(pred_idx); in UpdateControlFlowWithPreHeader() local 166 auto edge = header->GetPredBlockByIndex(fw_edges_indexes[0]); in UpdateControlFlowWithPreHeader() local
|