/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 86 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 …]
|
D | irBuilder_tests.cpp | 342 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()
|
D | graph_comparator.h | 69 …return std::equal(block1->AllInsts().begin(), block1->AllInsts().end(), block2->AllInsts().begin(), in Compare() 70 block2->AllInsts().end(), inst_cmp); in Compare()
|
D | dump_test.cpp | 69 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()
|
D | compiler_optimizations_test.cpp | 91 for (auto inst : block->AllInsts()) { in __anon2e732b7b0102() 177 for (auto inst : block->AllInsts()) { in __anon2e732b7b0202()
|
D | reg_alloc_common_test.cpp | 181 for (auto inst : bb->AllInsts()) { in TEST_F() 217 for (auto inst : bb->AllInsts()) { in TEST_F()
|
D | compiler_basicblock_test.cpp | 224 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0702() 454 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0e02() 487 for (auto inst : bb->AllInsts()) { in __anon9f1e038e0f02()
|
D | compiler_graph_test.cpp | 156 for (auto inst : block->AllInsts()) { in __anon65fffef30402() 215 for (auto inst : bb->AllInsts()) { in __anon65fffef30602() 387 for (auto inst : bb->AllInsts()) { in __anon65fffef30c02()
|
D | iterators_test.cpp | 46 for (auto inst : block->AllInsts()) { in Check()
|
D | compiler_regalloc_test.cpp | 799 for (auto inst : block->AllInsts()) { in __anon5d7559aa1202() 870 for (auto inst : block->AllInsts()) { in __anon5d7559aa1302()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | visitor.inc | 20 for (auto inst : bb->AllInsts()) { 29 for (auto inst : bb->AllInsts()) { 38 for (auto inst : bb->AllInsts()) {
|
D | graph_checker.cpp | 48 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()
|
D | graph_cloner.cpp | 188 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()
|
D | graph.cpp | 59 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()
|
D | basicblock.cpp | 658 AllInstIter BasicBlock::AllInsts() const in AllInsts() function in panda::compiler::BasicBlock 733 for (auto inst : AllInsts()) { in GetFistThrowableInst()
|
D | inst.cpp | 507 for (auto inst : try_begin_bb->AllInsts()) { in GetTryBeginInst()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | vn.cpp | 155 for (auto inst : bb->AllInsts()) { in RunImpl() 160 for (auto inst : bb->AllInsts()) { in RunImpl()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_acc_alloc.cpp | 52 inst = *(block->AllInsts()); in IsAccWriteBetween() 227 for (auto inst : block->AllInsts()) { in RunImpl()
|
D | reg_encoder.cpp | 65 for (const auto &inst : bb->AllInsts()) { in CalculateNumNeededRangeTemps() 179 for (auto inst : bb->AllInsts()) { in RenumberRegs()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | common.h | 300 …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()
|
D | codegen_test.cpp | 142 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/ |
D | graph.cpp | 167 for (auto inst : bb_->AllInsts()) { in GetInstList()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_resolver.cpp | 54 for (auto catch_inst : catch_handler->AllInsts()) { in AddCatchPhiMoves()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | vn_doc.md | 35 for (auto inst : bb->AllInsts()) {
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder.cpp | 241 for (auto inst : bb->AllInsts()) { in FixInstructions()
|