Searched refs:kIsLive (Results 1 – 2 of 2) sorted by relevance
12 if (instr->CheckFlag(HValue::kIsLive)) return; // Already live. in MarkLive()20 instr->SetFlag(HValue::kIsLive); in MarkLive()23 if (!input->CheckFlag(HValue::kIsLive)) { in MarkLive()24 input->SetFlag(HValue::kIsLive); in MarkLive()74 if (!instr->CheckFlag(HValue::kIsLive)) { in RemoveDeadInstructions()79 instr->ClearFlag(HValue::kIsLive); in RemoveDeadInstructions()85 if (!phi->CheckFlag(HValue::kIsLive)) { in RemoveDeadInstructions()88 phi->ClearFlag(HValue::kIsLive); in RemoveDeadInstructions()
436 kIsLive, enumerator440 kEndsLiveRange = kIsLive,443 kLastFlag = kIsLive