Home
last modified time | relevance | path

Searched refs:GetVectorBlocks (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dgenerate_operations_intrinsic_graph.inl.erb35 ASSERT(graph->GetVectorBlocks().size() > 2);
36 auto block = graph->GetVectorBlocks()[2];
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp87 for (const auto &block : graph->GetVectorBlocks()) { in __anon87bf345c0102()
173 for (const auto &block : graph->GetVectorBlocks()) { in __anon87bf345c0202()
Dcompiler_graph_test.cpp101 for (const auto &block : graph->GetVectorBlocks()) { in __anon1425b6d40202()
152 for (const auto &block : graph->GetVectorBlocks()) { in __anon1425b6d40402()
422 for (const auto &block : graph->GetVectorBlocks()) { in __anon1425b6d40d02()
Ddump_test.cpp445 for (auto block : graph->GetVectorBlocks()) { in __anon51f1233e0702()
919 for (auto bb : graph->GetVectorBlocks()) { in __anon51f1233e1202()
Dcompiler_basicblock_test.cpp453 for (auto bb : graph->GetVectorBlocks()) { in __anond946d00f0e02()
Dcompiler_regalloc_test.cpp795 for (const auto &block : graph->GetVectorBlocks()) { in __anonfa4f11eb1202()
866 for (const auto &block : graph->GetVectorBlocks()) { in __anonfa4f11eb1302()
Dsplit_resolver_test.cpp293 for (auto block : initial_graph->GetVectorBlocks()) { in TEST_F()
887 auto resolver_block = initial_graph->GetVectorBlocks().back(); in TEST_F()
Dcompiler_inst_test.cpp380 for (const auto &block : graph->GetVectorBlocks()) { in __anon1be7da800802()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp96 for (auto block : graph_->GetVectorBlocks()) { in ProcessBeforeRun()
132 for (auto block : graph_->GetVectorBlocks()) { in ProcessAfterRun()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp72 …COMPILER_LOG(INFO, IR_BUILDER) << "IR successfully built: " << GetGraph()->GetVectorBlocks().size() in RunImpl()
143 auto bb_count = GetGraph()->GetVectorBlocks().size(); in BuildInstructionsForBB()
157 auto &vb = GetGraph()->GetVectorBlocks(); in BuildInstructionsForBB()
226 …COMPILER_LOG(DEBUG, IR_BUILDER) << "Created " << GetGraph()->GetVectorBlocks().size() << " basic b… in BuildBasicBlocks()
Dinst_builder.h47 … defs_.resize(graph_->GetVectorBlocks().size(), InstVector(graph->GetLocalAllocator()->Adapter()));
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp96 block_live_sets_.resize(GetGraph()->GetVectorBlocks().size()); in BuildBlocksLinearOrder()
97 block_live_ranges_.resize(GetGraph()->GetVectorBlocks().size()); in BuildBlocksLinearOrder()
175 … ArenaVector<size_t> block_pos(GetGraph()->GetVectorBlocks().size(), 0, GetAllocator()->Adapter()); in CheckLinearOrder()
Ddominators_tree.cpp31 Init(GetGraph()->GetVectorBlocks().size()); in RunImpl()
Dloop_analyzer.cpp39 for (auto block : GetGraph()->GetVectorBlocks()) { in ResetLoopInfo()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp42 …CloneBlocksAndInstructions<InstCloneType::CLONE_ALL, false>(GetGraph()->GetVectorBlocks(), new_gra… in CloneGraph()
138 for (const auto &block : GetGraph()->GetVectorBlocks()) { in BuildControlFlow()
152 for (const auto &block : GetGraph()->GetVectorBlocks()) { in BuildDataFlow()
170 ASSERT(GetGraph()->GetVectorBlocks().size() > index); in BuildDataFlow()
171 auto pred_block = GetGraph()->GetVectorBlocks()[index]; in BuildDataFlow()
Dgraph_checker.cpp44 for (auto block : graph->GetVectorBlocks()) { in UserInputCheck()
103 for (auto block : GetGraph()->GetVectorBlocks()) { in Check()
449 …ArenaVector<BasicBlock *> dominators(GetGraph()->GetVectorBlocks().size(), GetLocalAllocator()->Ad… in CheckDomTree()
Dgraph_cloner.h220 clone_blocks_.resize(GetGraph()->GetVectorBlocks().size(), nullptr); in CloneBlocksAndInstructions()
Dgraph.h244 const ArenaVector<BasicBlock *> &GetVectorBlocks() const in GetVectorBlocks() function
Dir_constructor.h81 ASSERT(graph_->GetVectorBlocks().size() == 2U); in SetGraph()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp47 for (auto bb : GetGraph()->GetVectorBlocks()) { in RunImpl()
82 for (auto bb : GetGraph()->GetVectorBlocks()) { in RunImpl()
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md92 for (auto bb : GetGraph()->GetVectorBlocks()) {
108 for (auto bb : GetGraph()->GetVectorBlocks()) {
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp276 for (auto bb : graph->GetVectorBlocks()) { in __anona44e78530502()