Home
last modified time | relevance | path

Searched refs:AllInsts (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp86 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0102()
137 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0202()
174 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0302()
205 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0402()
239 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0502()
313 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0602()
344 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0702()
381 for (auto inst : block->AllInsts()) { in __anon7b7a1abf0802()
412 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0902()
444 for (auto inst : bb->AllInsts()) { in __anon7b7a1abf0a02()
[all …]
DirBuilder_tests.cpp342 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0402()
363 for (auto inst : bb->GetSuccessor(1)->AllInsts()) { in __anon1538a8fc0402()
372 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0402()
409 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0402()
428 for (auto inst : successor->GetPredecessor(0)->AllInsts()) { in __anon1538a8fc0402()
579 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0602()
613 for (auto inst : bb->GetSuccessor(1)->AllInsts()) { in __anon1538a8fc0602()
622 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0602()
659 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon1538a8fc0602()
678 for (auto inst : successor->GetPredecessor(0)->AllInsts()) { in __anon1538a8fc0602()
Dgraph_comparator.h69 …return std::equal(block1->AllInsts().begin(), block1->AllInsts().end(), block2->AllInsts().begin(), in Compare()
70 block2->AllInsts().end(), inst_cmp); in Compare()
Ddump_test.cpp69 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0102()
406 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0602()
449 for (auto inst : block->AllInsts()) { in __anonb8e9e89d0702()
512 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0902()
548 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0a02()
583 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0b02()
619 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d0c02()
920 for (auto inst : bb->AllInsts()) { in __anonb8e9e89d1202()
Dcompiler_optimizations_test.cpp91 for (auto inst : block->AllInsts()) { in __anon2e732b7b0102()
177 for (auto inst : block->AllInsts()) { in __anon2e732b7b0202()
Dreg_alloc_common_test.cpp181 for (auto inst : bb->AllInsts()) { in TEST_F()
217 for (auto inst : bb->AllInsts()) { in TEST_F()
Dcompiler_basicblock_test.cpp224 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0702()
454 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0e02()
487 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0f02()
Dcompiler_graph_test.cpp156 for (auto inst : block->AllInsts()) { in __anon65fffef30402()
215 for (auto inst : bb->AllInsts()) { in __anon65fffef30602()
387 for (auto inst : bb->AllInsts()) { in __anon65fffef30c02()
Diterators_test.cpp46 for (auto inst : block->AllInsts()) { in Check()
Dcompiler_regalloc_test.cpp799 for (auto inst : block->AllInsts()) { in __anon5d7559aa1202()
870 for (auto inst : block->AllInsts()) { in __anon5d7559aa1302()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dvisitor.inc20 for (auto inst : bb->AllInsts()) {
29 for (auto inst : bb->AllInsts()) {
38 for (auto inst : bb->AllInsts()) {
Dgraph_checker.cpp48 for (auto inst : block->AllInsts()) { in UserInputCheck()
189 for (auto inst : block->AllInsts()) { in CheckDataFlow()
197 … ASSERT_PRINT(*block->AllInsts().begin() == inst, "First block instruction isn't correct"); in CheckDataFlow()
269 for (auto inst : GetGraph()->GetStartBlock()->AllInsts()) { in CheckStartBlock()
303 for (auto inst : bb->AllInsts()) { in CheckGraph()
557 auto try_inst_it = std::find_if(block.AllInsts().begin(), block.AllInsts().end(), in CheckTryBeginBlock()
559 …ASSERT_PRINT(try_inst_it != block.AllInsts().end(), "Try-begin basic block should contain try-inst… in CheckTryBeginBlock()
624 for (const auto &ss : block->AllInsts()) { in CheckSaveStatesWithRuntimeCallUsers()
645 for (const auto &inst : block->AllInsts()) { in CheckSaveStateInputs()
Dgraph_cloner.cpp188 for (auto inst : block->AllInsts()) { in CreateResolverBlock()
239 …ASSERT(std::distance(back_edge->AllInsts().begin(), back_edge->AllInsts().end()) == BACK_EDGE_INST… in SplitBackEdge()
313 for (auto inst : block->AllInsts()) { in UpdateUsersAfterNoSideExitsUnroll()
442 for (auto inst : block->AllInsts()) { in BuildLoopUnrollDataFlow()
796 …ASSERT(std::distance(pre_header->AllInsts().begin(), pre_header->AllInsts().end()) == PRE_HEADER_I… in PrepareLoopToClone()
932 for (const auto &inst : block->AllInsts()) { in BuildLoopCloneDataFlow()
1002 inst_count += std::distance(block->AllInsts().begin(), block->AllInsts().end()); in IsLoopClonable()
Dgraph.cpp59 for (auto inst : bb->AllInsts()) { in RemoveUnreachableBlocks()
145 for (auto inst : bb->AllInsts()) { in VisitAllInstructions()
475 for (auto catch_inst : catch_handler->AllInsts()) { in RemoveThrowableInst()
497 for (auto catch_inst : catch_handler->AllInsts()) { in ReplaceThrowableInst()
Dbasicblock.cpp658 AllInstIter BasicBlock::AllInsts() const in AllInsts() function in panda::compiler::BasicBlock
733 for (auto inst : AllInsts()) { in GetFistThrowableInst()
Dinst.cpp507 for (auto inst : try_begin_bb->AllInsts()) { in GetTryBeginInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp155 for (auto inst : bb->AllInsts()) { in RunImpl()
160 for (auto inst : bb->AllInsts()) { in RunImpl()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp52 inst = *(block->AllInsts()); in IsAccWriteBetween()
227 for (auto inst : block->AllInsts()) { in RunImpl()
Dreg_encoder.cpp65 for (const auto &inst : bb->AllInsts()) { in CalculateNumNeededRangeTemps()
179 for (auto inst : bb->AllInsts()) { in RenumberRegs()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h300 …return std::equal(block1->AllInsts().begin(), block1->AllInsts().end(), block2->AllInsts().begin(), in Compare()
301 block2->AllInsts().end(), [this](auto inst1, auto inst2) { in Compare()
782 for (auto inst : bb->AllInsts()) { in CheckConstArray()
Dcodegen_test.cpp142 for(auto inst : bb->AllInsts()){ in __anon0774c0120202()
178 for(auto inst : bb->AllInsts()) { in __anon0774c0120302()
278 for(auto inst1 : bb->AllInsts()) { in __anon0774c0120502()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp167 for (auto inst : bb_->AllInsts()) { in GetInstList()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp54 for (auto catch_inst : catch_handler->AllInsts()) { in AddCatchPhiMoves()
/arkcompiler/runtime_core/compiler/docs/
Dvn_doc.md35 for (auto inst : bb->AllInsts()) {
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp241 for (auto inst : bb->AllInsts()) { in FixInstructions()

12