/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 86 for (auto inst : bb->AllInsts()) { in __anon1be7da800102() 137 for (auto inst : bb->AllInsts()) { in __anon1be7da800202() 174 for (auto inst : bb->AllInsts()) { in __anon1be7da800302() 205 for (auto inst : bb->AllInsts()) { in __anon1be7da800402() 239 for (auto inst : bb->AllInsts()) { in __anon1be7da800502() 313 for (auto inst : bb->AllInsts()) { in __anon1be7da800602() 344 for (auto inst : bb->AllInsts()) { in __anon1be7da800702() 381 for (auto inst : block->AllInsts()) { in __anon1be7da800802() 412 for (auto inst : bb->AllInsts()) { in __anon1be7da800902() 444 for (auto inst : bb->AllInsts()) { in __anon1be7da800a02() [all …]
|
D | irBuilder_tests.cpp | 342 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0402() 363 for (auto inst : bb->GetSuccessor(1)->AllInsts()) { in __anon32a3985d0402() 372 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0402() 409 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0402() 428 for (auto inst : successor->GetPredecessor(0)->AllInsts()) { in __anon32a3985d0402() 579 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0602() 613 for (auto inst : bb->GetSuccessor(1)->AllInsts()) { in __anon32a3985d0602() 622 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0602() 659 for (auto inst : bb->GetSuccessor(0)->AllInsts()) { in __anon32a3985d0602() 678 for (auto inst : successor->GetPredecessor(0)->AllInsts()) { in __anon32a3985d0602()
|
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 __anon51f1233e0102() 406 for (auto inst : bb->AllInsts()) { in __anon51f1233e0602() 449 for (auto inst : block->AllInsts()) { in __anon51f1233e0702() 512 for (auto inst : bb->AllInsts()) { in __anon51f1233e0902() 548 for (auto inst : bb->AllInsts()) { in __anon51f1233e0a02() 583 for (auto inst : bb->AllInsts()) { in __anon51f1233e0b02() 619 for (auto inst : bb->AllInsts()) { in __anon51f1233e0c02() 920 for (auto inst : bb->AllInsts()) { in __anon51f1233e1202()
|
D | compiler_optimizations_test.cpp | 91 for (auto inst : block->AllInsts()) { in __anon87bf345c0102() 177 for (auto inst : block->AllInsts()) { in __anon87bf345c0202()
|
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 __anond946d00f0702() 454 for (auto inst : bb->AllInsts()) { in __anond946d00f0e02() 487 for (auto inst : bb->AllInsts()) { in __anond946d00f0f02()
|
D | compiler_graph_test.cpp | 156 for (auto inst : block->AllInsts()) { in __anon1425b6d40402() 215 for (auto inst : bb->AllInsts()) { in __anon1425b6d40602() 387 for (auto inst : bb->AllInsts()) { in __anon1425b6d40c02()
|
D | iterators_test.cpp | 46 for (auto inst : block->AllInsts()) { in Check()
|
D | compiler_regalloc_test.cpp | 799 for (auto inst : block->AllInsts()) { in __anonfa4f11eb1202() 870 for (auto inst : block->AllInsts()) { in __anonfa4f11eb1302()
|
/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 | 53 inst = *(block->AllInsts()); in IsAccWriteBetween() 228 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 __anona44e78530202() 178 for(auto inst : bb->AllInsts()) { in __anona44e78530302() 278 for(auto inst1 : bb->AllInsts()) { in __anona44e78530502()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
D | graph.cpp | 167 for (auto inst : bb_->AllInsts()) { in GetInstList()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | vn_doc.md | 35 for (auto inst : bb->AllInsts()) {
|
/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/optimizer/ir_builder/ |
D | inst_builder.cpp | 241 for (auto inst : bb->AllInsts()) { in FixInstructions()
|