Home
last modified time | relevance | path

Searched refs:InstsSafeReverse (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Ddeoptimize_elimination.cpp83 for (++it; it != guardBlock->InstsSafeReverse().end(); ++it) { in CanRemoveGuard()
123 for (auto inst : block->InstsSafeReverse()) { in CanRemoveGuardRec()
H A Dloop_peeling.cpp172 for (auto inst : header->InstsSafeReverse()) { in MoveLoopExitToBackEdge()
H A Dcode_sink.cpp103 for (auto inst : block->InstsSafeReverse()) { in ProcessBlock()
H A Dlicm.cpp308 for (const auto &inst : preHeader->InstsSafeReverse()) { in FindSaveStateForHoist()
H A Dif_merging.cpp323 for (auto inst : bb->InstsSafeReverse()) { in SplitBlock()
H A Dscheduler.cpp93 for (auto inst : bb->InstsSafeReverse()) { in BuildAllDeps()
H A Dchecks_elimination.cpp765 for (const auto &inst : block->InstsSafeReverse()) { in FindSaveState()
/arkcompiler/runtime_core/compiler/tests/
H A Diterators_test.cpp79 for (auto inst : block->InstsSafeReverse()) { in Check()
131 for (auto inst : block->InstsSafeReverse()) { in Check()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Diterators_test.cpp78 for (auto inst : block->InstsSafeReverse()) { in CheckInstBackwardValidIterator()
136 for (auto inst : block->InstsSafeReverse()) { in CheckInstBackwardValidIteratorWithErasing()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp423 for (auto *inst : block->InstsSafeReverse()) { in MoveBlockEndIntoScope()
580 for (auto *inst : block->InstsSafeReverse()) { in CreateScopeStartInBlock()
839 for (auto inst : block->InstsSafeReverse()) { in EliminateCastPairs()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp304 for (Inst *inst : block->InstsSafeReverse()) { in ProcessBlockLiveInstructions()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp684 InstSafeReverseIter BasicBlock::InstsSafeReverse() const in InstsSafeReverse() function in panda::compiler::BasicBlock
H A Dbasicblock.h581 InstSafeReverseIter InstsSafeReverse() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h322 InstSafeReverseIter InstsSafeReverse() const;
H A Dbasicblock.cpp1382 InstSafeReverseIter BasicBlock::InstsSafeReverse() const
H A Dgraph_checker.cpp431 for (auto inst : domBlock->InstsSafeReverse()) { in CheckUserOfInt32()
460 for (auto inst : domBlock->InstsSafeReverse()) { in CheckUserOfInt32()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp364 for (Inst *inst : block->InstsSafeReverse()) { in ProcessBlockLiveInstructions()

Completed in 24 milliseconds