Searched defs:edge (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | graph_editor.cpp | 62 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()
|
D | state_split_linearizer.cpp | 236 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
|
D | graph_linearizer.cpp | 632 void VisitUpperBoundGate(Edge edge) in VisitUpperBoundGate() 665 void VisitPreparedGate(Edge edge) in VisitPreparedGate()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 67 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/ |
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
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | loop_analyzer.cpp | 159 auto edge = header->GetPredBlockByIndex(predIdx); in UpdateControlFlowWithPreHeader() local 166 auto edge = header->GetPredBlockByIndex(fwEdgesIndexes[0]); in UpdateControlFlowWithPreHeader() local
|
D | alias_analysis.cpp | 237 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/ |
D | loop_unroll.cpp | 248 void NormalizeControlFlow(BasicBlock *edge, const BasicBlock *loopHeader) in NormalizeControlFlow()
|