Home | History | Annotate | Download | only in optimizing

Lines Matching defs:header

1155   // If `to` is in a loop, find the outermost loop header which does not contain `from`.
1157 HBasicBlock* header = it.Current()->GetHeader();
1158 if (block_from->GetLifetimeStart() >= header->GetLifetimeStart()) {
1161 block_to = header;