Home
last modified time | relevance | path

Searched refs:Insts (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcall_input_types_test.cpp24 for (const auto *inst : bb->Insts()) { in GetCallInstruction()
Dreg_alloc_common_test.cpp257 for (auto inst : check_graph->GetStartBlock()->Insts()) { in TEST_F()
Diterators_test.cpp40 for (auto inst : block->Insts()) { in Check()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp200 for (auto inst : block->Insts()) { in RunImpl()
260 for (auto inst : block->Insts()) { in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp102 for ([[maybe_unused]] auto inst : block->Insts()) { in ProcessBeforeRun()
138 for ([[maybe_unused]] auto inst : block->Insts()) { in ProcessAfterRun()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h241 for (auto inst : block->Insts()) { in CloneInstructions()
Dbasicblock.cpp274 for (auto succ_inst : succ->Insts()) { in JoinSuccessorBlock()
654 InstIter BasicBlock::Insts() const in Insts() function in panda::compiler::BasicBlock
Dgraph_checker.cpp294 [[maybe_unused]] auto iter = GetGraph()->GetEndBlock()->Insts(); in CheckEndBlock()
358 for ([[maybe_unused]] auto inst : block->Insts()) { in CheckNoLowLevel()
Dgraph_cloner.cpp157 for (const auto &inst : block->Insts()) { in BuildDataFlow()
528 for (auto inst : block.Insts()) { in BuildClonedLoopHeaderDataFlow()
Dir_constructor.h1036 for (auto inst : graph_->GetStartBlock()->Insts()) { in SetSpillFillData()
1042 for (auto inst : graph_->GetStartBlock()->Insts()) { in SetSpillFillData()
Dbasicblock.h571 InstIter Insts() const;
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp455 for (auto inst : bb->Insts()) { in BuildDominators()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp222 for (auto inst : block->Insts()) { in BuildInstLifeNumbers()
/arkcompiler/runtime_core/docs/
Dir_format.md355 for (auto inst : block->Insts()) {