Home
last modified time | relevance | path

Searched defs:AddEdge (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp21 bool GraphMatrix::AddEdge(unsigned a, unsigned b) in AddEdge() function in panda::compiler::GraphMatrix
58 void InterferenceGraph::AddEdge(unsigned a, unsigned b) in AddEdge() function in panda::compiler::InterferenceGraph
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp71 void CFGMST<Edge, BB>::AddEdge(BB *src, BB *dest, uint64 w, bool isCritical, bool isFake) in AddEdge() function in maple::CFGMST
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp44 void InterferenceGraph::AddEdge(unsigned a, unsigned b) in AddEdge() function in ark::compiler::InterferenceGraph
Dinterference_graph.h151 bool AddEdge(unsigned a, unsigned b) in AddEdge() function