Searched refs:GetNumBlocks (Results 1 – 7 of 7) sorted by relevance
/art/compiler/dex/ |
D | ssa_transformation.cc | 97 dfs_order_ = new (arena_) GrowableArray<BasicBlockId>(arena_, GetNumBlocks(), in ComputeDFSOrders() 106 dfs_post_order_ = new (arena_) GrowableArray<BasicBlockId>(arena_, GetNumBlocks(), in ComputeDFSOrders() 159 new (arena_) ArenaBitVector(arena_, GetNumBlocks(), false, kBitMapBMatrix); in ComputeDefBlockMatrix() 499 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapPhi); in InsertPhiNodes() 501 temp_scoped_alloc_.get(), GetNumBlocks(), false, kBitMapInputBlocks); in InsertPhiNodes()
|
D | mir_graph_test.cc | 122 ASSERT_EQ(cu_.mir_graph->GetNumBlocks(), cu_.mir_graph->topological_order_indexes_->Size()); in ComputeTopologicalSortOrder() 124 ASSERT_LT(cu_.mir_graph->topological_order_->Get(i), cu_.mir_graph->GetNumBlocks()); in ComputeTopologicalSortOrder()
|
D | global_value_numbering.cc | 37 lvns_(mir_graph_->GetNumBlocks(), nullptr, allocator->Adapter()), in GlobalValueNumbering()
|
D | frontend.cc | 579 for (unsigned int idx = 0; idx < cu.mir_graph->GetNumBlocks(); idx++) { in CanCompileMethod() 796 LOG(INFO) << "MEMINFO " << cu.arena.BytesAllocated() << " " << cu.mir_graph->GetNumBlocks() in CompileMethod()
|
D | mir_graph.cc | 895 int num_blocks = all_blocks ? GetNumBlocks() : num_reachable_blocks_; in DumpCFG() 1423 LOG(INFO) << GetNumBlocks() << " blocks in total"; in DumpMIRGraph() 1549 ArenaBitVector candidate_reachable(allocator, mir_graph->GetNumBlocks(), false, kBitMapMisc); in SelectTopologicalSortOrderFallBack() 1618 unsigned int num_blocks = GetNumBlocks(); in ComputeTopologicalSortOrder()
|
D | mir_graph.h | 576 unsigned int GetNumBlocks() const { in GetNumBlocks() function
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 1241 static_cast<LIR*>(arena_->Alloc(sizeof(LIR) * mir_graph_->GetNumBlocks(), in MethodMIR2LIR()
|