Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsDeadAt

420   bool IsDeadAt(size_t position) const {
425 return GetStart() <= position && !IsDeadAt(position);
912 DCHECK(IsDeadAt(position));
1073 // for liveness (see `IsDeadAt`).