Searched refs:kIsLive (Results 1 – 2 of 2) sorted by relevance
13 if (instr->CheckFlag(HValue::kIsLive)) return; // Already live. in MarkLive()21 instr->SetFlag(HValue::kIsLive); in MarkLive()24 if (!input->CheckFlag(HValue::kIsLive)) { in MarkLive()25 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()
516 kIsLive, enumerator520 kEndsLiveRange = kIsLive,523 kLastFlag = kIsLive