Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp62 Edge& edge = workList_.back(); in RemoveGate() local
84 void GraphEditor::PropagateGate(const Edge& edge) in PropagateGate()
101 void GraphEditor::PropagateMerge(const Edge& edge) in PropagateMerge()
Dstate_split_linearizer.cpp236 auto &edge = map_.GetEdge(curRegion->preds_[0], curRegion); in TryLoadDependStart() local
266 auto &edge = map_.GetEdge(pred, curRegion); in ConnectStateDepend() local
277 void ConnectEdge(RegionEdge& edge, GateRef currentState, GateRef stateInput, size_t i) in ConnectEdge()
298 auto &edge = map_.GetEdge(regionEdge.from, regionEdge.to); in ConnectPendingRegionEdges() local
312 auto &edge = map_.GetEdge(curRegion, succ); in StoreStateDepend() local
Dgraph_linearizer.cpp632 void VisitUpperBoundGate(Edge edge) in VisitUpperBoundGate()
665 void VisitPreparedGate(Edge edge) in VisitPreparedGate()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp67 auto edge = chunk->New<Edge>(id, type, from, to, name); in NewEdge() local
77 auto edge = chunk->New<Edge>(id, type, from, to, index); in NewEdge() local
1047 Edge *edge = (it.type_ == Reference::ReferenceType::ELEMENT) ? in FillEdges() local
1128 Edge *HeapSnapshot::InsertEdgeUnique(Edge *edge) in InsertEdgeUnique()
1193 Edge *HeapSnapshot::InsertEdgeAt(size_t pos, Edge *edge) in InsertEdgeAt()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp159 auto edge = header->GetPredBlockByIndex(pred_idx); in UpdateControlFlowWithPreHeader() local
166 auto edge = header->GetPredBlockByIndex(fw_edges_indexes[0]); in UpdateControlFlowWithPreHeader() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp159 auto edge = header->GetPredBlockByIndex(predIdx); in UpdateControlFlowWithPreHeader() local
166 auto edge = header->GetPredBlockByIndex(fwEdgesIndexes[0]); in UpdateControlFlowWithPreHeader() local
Dalias_analysis.cpp237 auto edge = sorted.begin(); in DumpChains() local
441 void AliasAnalysis::SolveConstraintsMainLoop(Pointer &ref, Pointer &edge, bool &added, PointerSet &… in SolveConstraintsMainLoop()
541 for (auto &edge : chains_->at(ref)) { in SolveConstraints() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp248 void NormalizeControlFlow(BasicBlock *edge, const BasicBlock *loopHeader) in NormalizeControlFlow()