Searched refs:GetVectorBlocks (Results 1 – 22 of 22) sorted by relevance
35 ASSERT(graph->GetVectorBlocks().size() > 2);36 auto block = graph->GetVectorBlocks()[2];
87 for (const auto &block : graph->GetVectorBlocks()) { in __anon87bf345c0102()173 for (const auto &block : graph->GetVectorBlocks()) { in __anon87bf345c0202()
101 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()
445 for (auto block : graph->GetVectorBlocks()) { in __anon51f1233e0702()919 for (auto bb : graph->GetVectorBlocks()) { in __anon51f1233e1202()
453 for (auto bb : graph->GetVectorBlocks()) { in __anond946d00f0e02()
795 for (const auto &block : graph->GetVectorBlocks()) { in __anonfa4f11eb1202()866 for (const auto &block : graph->GetVectorBlocks()) { in __anonfa4f11eb1302()
293 for (auto block : initial_graph->GetVectorBlocks()) { in TEST_F()887 auto resolver_block = initial_graph->GetVectorBlocks().back(); in TEST_F()
380 for (const auto &block : graph->GetVectorBlocks()) { in __anon1be7da800802()
96 for (auto block : graph_->GetVectorBlocks()) { in ProcessBeforeRun()132 for (auto block : graph_->GetVectorBlocks()) { in ProcessAfterRun()
72 …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()
47 … defs_.resize(graph_->GetVectorBlocks().size(), InstVector(graph->GetLocalAllocator()->Adapter()));
96 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()
31 Init(GetGraph()->GetVectorBlocks().size()); in RunImpl()
39 for (auto block : GetGraph()->GetVectorBlocks()) { in ResetLoopInfo()
42 …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()
44 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()
220 clone_blocks_.resize(GetGraph()->GetVectorBlocks().size(), nullptr); in CloneBlocksAndInstructions()
244 const ArenaVector<BasicBlock *> &GetVectorBlocks() const in GetVectorBlocks() function
81 ASSERT(graph_->GetVectorBlocks().size() == 2U); in SetGraph()
47 for (auto bb : GetGraph()->GetVectorBlocks()) { in RunImpl()82 for (auto bb : GetGraph()->GetVectorBlocks()) { in RunImpl()
92 for (auto bb : GetGraph()->GetVectorBlocks()) {108 for (auto bb : GetGraph()->GetVectorBlocks()) {
276 for (auto bb : graph->GetVectorBlocks()) { in __anona44e78530502()