Home
last modified time | relevance | path

Searched refs:InstsSafe (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Diterators_test.cpp59 for (auto inst : block->InstsSafe()) { in Check()
101 for (auto inst : block->InstsSafe()) { in Check()
H A Dcompiler_basicblock_test.cpp251 bb->InstsSafe(); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Diterators_test.cpp56 for (auto inst : block->InstsSafe()) { in CheckInstForwardValidIterator()
103 for (auto inst : block->InstsSafe()) { in CheckInstForwardValidIteratorWithErasing()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinline_intrinsics.cpp62 for (auto inst : bb->InstsSafe()) { in RunImpl()
H A Dlicm.cpp244 for (auto inst : block->InstsSafe()) { in VisitLoop()
H A Dinlining.cpp182 for (auto inst : hotBlocks[i]->InstsSafe()) { in Do()
777 for (auto inst : bb->InstsSafe()) { in CheckExternalMethodInstructions()
1152 for (auto inst : bb->InstsSafe()) { in RemoveDeadSafePoints()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp104 for (auto *inst : block->InstsSafe()) { in MergeScopesInsideBlock()
149 for (auto *inst : bb->InstsSafe()) { in TryCreateSingleScope()
404 for (auto *inst : block->InstsSafe()) { in MoveBlockStartIntoScope()
983 for (auto *inst : block->InstsSafe()) { in HoistAndEliminateRec()
1131 for (auto *inst : block->InstsSafe()) { in RedundancyElimination()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp671 InstSafeIter BasicBlock::InstsSafe() const in InstsSafe() function in panda::compiler::BasicBlock
H A Dbasicblock.h577 InstSafeIter InstsSafe() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp423 for (auto inst : currentBlock_->InstsSafe()) { in ProcessCurrentBlock()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h318 InstSafeIter InstsSafe() const;
H A Dbasicblock.cpp1369 InstSafeIter BasicBlock::InstsSafe() const

Completed in 13 milliseconds