Home
last modified time | relevance | path

Searched refs:AllInstsSafe (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcatch_inputs.cpp45 for (auto inst : block->AllInstsSafe()) { in ProcessBlock()
/arkcompiler/runtime_core/compiler/tests/
H A Diterators_test.cpp65 for (auto inst : block->AllInstsSafe()) { in Check()
108 for (auto inst : block->AllInstsSafe()) { in Check()
114 for (auto inst : block->AllInstsSafe()) { in Check()
H A Dcompiler_regalloc_test.cpp757 for (auto inst : block->AllInstsSafe()) { in HWTEST_F()
967 for (auto inst : block->AllInstsSafe()) { in HWTEST_F()
1013 for (auto inst : block->AllInstsSafe()) { in HWTEST_F()
1031 for (auto inst : block->AllInstsSafe()) { in HWTEST_F()
H A Dcompiler_graph_test.cpp659 for (auto inst : block->AllInstsSafe()) { in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Diterators_test.cpp62 for (auto inst : block->AllInstsSafe()) { in CheckInstForwardValidIterator()
110 for (auto inst : block->AllInstsSafe()) { in CheckInstForwardValidIteratorWithErasing()
116 for (auto inst : block->AllInstsSafe()) { in CheckInstForwardValidIteratorWithErasing()
H A Dcatch_inputs_test.cpp78 for (auto inst : bb->AllInstsSafe()) { in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp30 for (auto inst : block->AllInstsSafe()) { in Resolve()
255 for (auto inst : block->AllInstsSafe()) { in ResolveCatchPhis()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h46 for (auto inst : bb->AllInstsSafe()) { in Run()
55 for (auto inst : bb->AllInstsSafe()) { in Run()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_encoder.cpp290 for (auto inst : bb->AllInstsSafe()) { in InsertSpills()
306 for (auto inst : bb->AllInstsSafe()) { in CalculateNumNeededTemps()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp36 for (auto inst : block->AllInstsSafe()) { in Resolve()
400 for (auto inst : block->AllInstsSafe()) { in ResolveCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h46 for (auto inst : bb->AllInstsSafe()) { in Run()
H A Dinst_builder.cpp322 for (auto inst : block->AllInstsSafe()) { in CleanupCatchPhis()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.cpp332 for (auto inst : bb->AllInstsSafe()) { in InsertSpills()
348 for (auto inst : bb->AllInstsSafe()) { in CalculateNumNeededTemps()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.cpp296 for (auto inst : cphisBlock->AllInstsSafe()) { in RemoveCatchPhis()
H A Dcleanup.cpp402 for (auto inst : bb->AllInstsSafe()) { in Dce()
H A Dinlining.cpp729 for (auto inst : bb->AllInstsSafe()) { in CheckExternalGraph()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp675 AllInstSafeIter BasicBlock::AllInstsSafe() const in AllInstsSafe() function in panda::compiler::BasicBlock
H A Dbasicblock.h578 AllInstSafeIter AllInstsSafe() const;
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp278 for (auto inst : bb->AllInstsSafe()) { in Dce()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dreg_encoder_test.cpp383 for (auto inst : bb->AllInstsSafe()) { in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h319 AllInstSafeIter AllInstsSafe() const;
H A Dbasicblock.cpp1373 AllInstSafeIter BasicBlock::AllInstsSafe() const

Completed in 22 milliseconds