Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Diterators_test.cpp86 for (auto inst : block->AllInstsSafeReverse()) { in Check()
139 for (auto inst : block->AllInstsSafeReverse()) { in Check()
145 for (auto inst : block->AllInstsSafeReverse()) { in Check()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp597 for (auto inst : AllInstsSafeReverse()) { in Clear()
689 AllInstSafeReverseIter BasicBlock::AllInstsSafeReverse() const in AllInstsSafeReverse() function in panda::compiler::BasicBlock
Dgraph_checker.cpp200 …ASSERT_PRINT(*block->AllInstsSafeReverse().begin() == inst, "Last block instruction isn't correct"… in CheckDataFlow()
702 for (; it != block->AllInstsSafeReverse().end(); ++it) { in CheckObjectRec()
Dbasicblock.h582 AllInstSafeReverseIter AllInstsSafeReverse() const;