Home
last modified time | relevance | path

Searched refs:InstsReverse (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp147 auto iter = sourceBlock->InstsReverse().begin(); in CreateSpillFillForSplitMove()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.cpp143 auto iter = source_block->InstsReverse().begin(); in CreateSpillFillForSplitMove()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbalance_expressions.cpp47 auto it = bb->InstsReverse().begin(); in ProcessBB()
H A Dsimplify_string_builder.cpp532 for (const auto &inst : loop->GetPreHeader()->InstsReverse()) {
1944 for (auto inst : block->InstsReverse()) {
2133 for (auto instance : (*block)->InstsReverse()) {
H A Descape.cpp437 for (auto inst : block->InstsReverse()) {
2040 for (auto inst : block->InstsReverse()) {
2048 for (auto inst : block->InstsReverse()) {
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp204 for (auto *inst : startBlock->InstsReverse()) { in TryCreateSingleScope()
283 return block->InstsReverse(); in GetInstsIter()
627 for (auto inst : block->InstsReverse()) { in HoistScopeStarts()
1006 for (auto inst : block->InstsReverse()) { in GetHoistPosition()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.cpp1360 InstReverseIter BasicBlock::InstsReverse() const
1440 for (auto inst : InstsReverse()) {
H A Dbasicblock.h315 InstReverseIter InstsReverse() const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp662 InstReverseIter BasicBlock::InstsReverse() const in InstsReverse() function in panda::compiler::BasicBlock
H A Dbasicblock.h574 InstReverseIter InstsReverse() const;

Completed in 16 milliseconds