Home
last modified time | relevance | path

Searched refs:AllInstsSafeReverse (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A 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/static_core/compiler/tests/
H A Diterators_test.cpp85 for (auto inst : block->AllInstsSafeReverse()) { in CheckInstBackwardValidIterator()
144 for (auto inst : block->AllInstsSafeReverse()) { in CheckInstBackwardValidIteratorWithErasing()
150 for (auto inst : block->AllInstsSafeReverse()) { in CheckInstBackwardValidIteratorWithErasing()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp596 for (auto inst : AllInstsSafeReverse()) { in Clear()
688 AllInstSafeReverseIter BasicBlock::AllInstsSafeReverse() const in AllInstsSafeReverse() function in panda::compiler::BasicBlock
H A Dgraph_checker.cpp193 ASSERT_PRINT(*block->AllInstsSafeReverse().begin() == inst, "Last block instruction isn't correct"); in CheckDataFlow()
695 for (; it != block->AllInstsSafeReverse().end(); ++it) { in CheckObjectRec()
H A Dbasicblock.h582 AllInstSafeReverseIter AllInstsSafeReverse() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h267 for (; it != block->AllInstsSafeReverse().end(); ++it) { in MarkInstsOnPaths()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dif_merging.cpp180 for (auto inst : bb->AllInstsSafeReverse()) { in MarkInstBranches()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.cpp1294 for (auto inst : AllInstsSafeReverse()) {
1386 AllInstSafeReverseIter BasicBlock::AllInstsSafeReverse() const
H A Dgraph_checker.h465 [[maybe_unused]] auto lastInst = *block->AllInstsSafeReverse().begin(); in CheckContrlFlowInst()
H A Dbasicblock.h323 AllInstSafeReverseIter AllInstsSafeReverse() const;
H A Danalysis.cpp544 for (; it != block->AllInstsSafeReverse().end(); ++it) { in SearchSSOnWay()
H A Dgraph_checker.cpp357 CHECKER_MESSAGE_IF_NOT_AND_PRINT(*block->AllInstsSafeReverse().begin() == inst, in CheckUserOfInt32()
1050 for (; it != block->AllInstsSafeReverse().end(); ++it) { in CheckUserOfInt32()

Completed in 16 milliseconds