Home
last modified time | relevance | path

Searched refs:GetNextConst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp86 first_const_inst_ = const_inst->GetNextConst(); in RemoveConstFromList()
91 auto next = current->GetNextConst(); in RemoveConstFromList()
94 next = next->GetNextConst(); in RemoveConstFromList()
98 current->SetNextConst(const_inst->GetNextConst()); in RemoveConstFromList()
374 …r (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()) { in FindConstant()
Dgraph.h1139 current_const = current_const->GetNextConst(); in FindOrCreateConstant()
Dinst.h2065 ConstantInst *GetNextConst() in GetNextConst() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp37 auto next_const = const_inst->GetNextConst(); in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp290 curr_const = curr_const->GetNextConst(); in ResolveConstants()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp364 EXPECT_NE(graph->GetFirstConstInst()->GetNextConst(), nullptr); in __anon65fffef30b02()
Dinst_test.cpp226 current_const = current_const->GetNextConst()) { in TEST_F()