Home
last modified time | relevance | path

Searched refs:GraphEditor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_editor.cpp22 void GraphEditor::RemoveDeadState(Circuit* circuit, GateRef gate) in RemoveDeadState()
24 GraphEditor editor(circuit); in RemoveDeadState()
29 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& methodName) in EliminateRedundantPhi()
31 GraphEditor editor(circuit); in EliminateRedundantPhi()
44 void GraphEditor::ReplaceGate(GateRef gate) in ReplaceGate()
59 void GraphEditor::RemoveGate() in RemoveGate()
84 void GraphEditor::PropagateGate(const Edge& edge) in PropagateGate()
101 void GraphEditor::PropagateMerge(const Edge& edge) in PropagateMerge()
125 bool GraphEditor::HasOsrDeoptUse(GateRef gate) in HasOsrDeoptUse()
149 void GraphEditor
[all...]
H A Dgraph_editor.h25 class GraphEditor { class
27 GraphEditor(Circuit *circuit) in GraphEditor() function in panda::ecmascript::kungfu::GraphEditor
31 ~GraphEditor() = default;
H A Dpass.h640 GraphEditor::EliminateRedundantPhi(data->GetCircuit(), enableLog, data->GetMethodName()); in Run()

Completed in 3 milliseconds