Home
last modified time | relevance | path

Searched refs:AllInstsSafe (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
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()
Dcompiler_regalloc_test.cpp757 for (auto inst : block->AllInstsSafe()) { in __anon5d7559aa1102()
967 for (auto inst : block->AllInstsSafe()) { in __anon5d7559aa1502()
1013 for (auto inst : block->AllInstsSafe()) { in __anon5d7559aa1602()
1031 for (auto inst : block->AllInstsSafe()) { in __anon5d7559aa1602()
Dcompiler_graph_test.cpp659 for (auto inst : block->AllInstsSafe()) { in __anon65fffef31202()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp34 for (auto inst : block->AllInstsSafe()) { in Resolve()
259 for (auto inst : block->AllInstsSafe()) { in ResolveCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h45 for (auto inst : bb->AllInstsSafe()) { in Run()
Dinst_builder.cpp323 for (auto inst : block->AllInstsSafe()) { in CleanupCatchPhis()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp290 for (auto inst : bb->AllInstsSafe()) { in InsertSpills()
306 for (auto inst : bb->AllInstsSafe()) { in CalculateNumNeededTemps()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp280 for (auto inst : bb->AllInstsSafe()) { in Dce()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp676 AllInstSafeIter BasicBlock::AllInstsSafe() const in AllInstsSafe() function in panda::compiler::BasicBlock
Dbasicblock.h578 AllInstSafeIter AllInstsSafe() const;
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md159 for (auto inst : bb->AllInstsSafe()) {