Lines Matching refs:BasicBlockId
30 BasicBlockId successors[kMaxPredecessors];
32 BasicBlockId predecessors[kMaxPredecessors];
89 bb->predecessors = new (&cu_.arena) GrowableArray<BasicBlockId>( in DoPrepareBasicBlocks()
125 BasicBlockId id = cu_.mir_graph->topological_order_->Get(i); in ComputeTopologicalSortOrder()
130 void DoCheckOrder(const BasicBlockId* ids, size_t count) { in DoCheckOrder()
138 void CheckOrder(const BasicBlockId (&ids)[count]) { in CheckOrder()
173 const BasicBlockId expected_order[] = { in TEST_F()
195 const BasicBlockId expected_order[] = { in TEST_F()
218 const BasicBlockId expected_order[] = { in TEST_F()
242 const BasicBlockId expected_order[] = { in TEST_F()
265 const BasicBlockId expected_order[] = { in TEST_F()
288 const BasicBlockId expected_order[] = { in TEST_F()
316 const BasicBlockId expected_order[] = { in TEST_F()
343 const BasicBlockId expected_order[] = { in TEST_F()
368 const BasicBlockId expected_order[] = { in TEST_F()