Home
last modified time | relevance | path

Searched refs:InstsSafeReverse (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Diterators_test.cpp79 for (auto inst : block->InstsSafeReverse()) { in Check()
131 for (auto inst : block->InstsSafeReverse()) { in Check()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp304 for (Inst *inst : block->InstsSafeReverse()) { in ProcessBlockLiveInstructions()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp685 InstSafeReverseIter BasicBlock::InstsSafeReverse() const in InstsSafeReverse() function in panda::compiler::BasicBlock
Dbasicblock.h581 InstSafeReverseIter InstsSafeReverse() const;