Home | History | Annotate | Download | only in optimizing

Lines Matching defs:IsLive

2605   bool IsDead() const { return !IsLive(); }
2606 bool IsLive() const { return GetPackedFlag<kFlagIsLive>(); }