Home
last modified time | relevance | path

Searched refs:SetCurrentInstructionId (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp831 graphInl->SetCurrentInstructionId(GetGraph()->GetCurrentInstructionId()); in TryInlineExternalAot()
867 GetGraph()->SetCurrentInstructionId(graphInl->GetCurrentInstructionId()); in TryInlineExternalAot()
1202 graphInl->SetCurrentInstructionId(GetGraph()->GetCurrentInstructionId()); in BuildGraph()
1236 GetGraph()->SetCurrentInstructionId(graphInl->GetCurrentInstructionId()); in BuildGraph()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h1012 graph_->SetCurrentInstructionId(max_id);
1023 graph_->SetCurrentInstructionId(save_state->GetId() + 1);
H A Dgraph.h797 auto SetCurrentInstructionId(size_t v) in SetCurrentInstructionId() function
H A Dgraph_cloner.cpp41 new_graph->SetCurrentInstructionId(GetGraph()->GetCurrentInstructionId()); in CloneGraph()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h1347 graph_->SetCurrentInstructionId(maxId);
1358 graph_->SetCurrentInstructionId(saveState->GetId() + 1);
H A Dgraph.h990 auto SetCurrentInstructionId(size_t v) in SetCurrentInstructionId() function
H A Dgraph_cloner.cpp39 newGraph->SetCurrentInstructionId(GetGraph()->GetCurrentInstructionId()); in CloneGraph()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator.cpp143 graph->SetCurrentInstructionId(++id); in GenerateGraph()

Completed in 16 milliseconds