Home | History | Annotate | Download | only in optimizing

Lines Matching defs:block

77   HBasicBlock* block = graph->GetBlocks()[1];
78 ASSERT_TRUE(block->GetLastInstruction()->IsReturn());
79 ASSERT_EQ(8u, block->GetLastInstruction()->GetLifetimePosition());
123 HBasicBlock* block = graph->GetBlocks()[3];
124 ASSERT_TRUE(block->GetLastInstruction()->IsReturn());
125 ASSERT_EQ(22u, block->GetLastInstruction()->GetLifetimePosition());
171 // Last use is the phi at the return block so instruction is live until
172 // the end of the then block.
179 // First range starts from the definition and ends at the if block.
182 // 14 is the end of the if block.
184 // Second range is the else block.
187 // Last use is the phi at the return block.