Home
last modified time | relevance | path

Searched refs:SetGraph (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp113 block->SetGraph(this); in AddBlock()
268 block->SetGraph(nullptr); in FinishBlockRemoval()
330 block->SetGraph(nullptr); in EraseBlock()
337 block->SetGraph(this); in RestoreBlock()
Dir_constructor.h72 IrConstructor &SetGraph(Graph *graph) in SetGraph() function
1160 #define GRAPH(GRAPH) if (auto __g = builder_->SetGraph(GRAPH).ScopedLife<Graph>(); true)
Dbasicblock.h173 void SetGraph(Graph *graph) in SetGraph() function
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h158 void SetGraph(compiler::Graph *graph) in SetGraph() function
242 SetGraph(temp_graph); in ParseToGraph()