Home
last modified time | relevance | path

Searched refs:GetNextConst (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp85 first_const_inst_ = const_inst->GetNextConst(); in RemoveConstFromList()
90 auto next = current->GetNextConst(); in RemoveConstFromList()
93 next = next->GetNextConst(); in RemoveConstFromList()
97 current->SetNextConst(const_inst->GetNextConst()); in RemoveConstFromList()
375 for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()) { in FindConstant()
H A Dgraph.h1141 current_const = current_const->GetNextConst(); in FindOrCreateConstant()
H A Dinst.h2068 ConstantInst *GetNextConst() in GetNextConst() function in ConditionMixin::ConstantInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp133 firstConstInst_ = constInst->GetNextConst(); in RemoveConstFromList()
138 auto next = current->GetNextConst(); in RemoveConstFromList()
141 next = next->GetNextConst(); in RemoveConstFromList()
145 current->SetNextConst(constInst->GetNextConst()); in RemoveConstFromList()
428 for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()) { in FindConstant()
H A Dgraph.h1475 currentConst = currentConst->GetNextConst(); in FindOrCreateConstant()
H A Dinst.h3420 ConstantInst *GetNextConst() in GetNextConst() function in DynObjectAccessType::ConstantInst
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dmove_constants.cpp36 auto next_const = const_inst->GetNextConst(); in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmove_constants.cpp36 auto nextConst = constInst->GetNextConst(); in RunImpl()
H A Dinlining.cpp1513 nextConstant = constant->GetNextConst(); in MoveConstants()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp289 curr_const = curr_const->GetNextConst(); in ResolveConstants()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp364 EXPECT_NE(graph->GetFirstConstInst()->GetNextConst(), nullptr); in HWTEST_F()
H A Dinst_test.cpp226 current_const = current_const->GetNextConst()) { in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_test.cpp232 currentConst = currentConst->GetNextConst()) { in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp646 currConst = currConst->GetNextConst(); in ResolveConstants()

Completed in 27 milliseconds