Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsLive

106 bool AggressiveAntiDepState::IsLive(unsigned Reg)
210 if (State->IsLive(Reg)) {
307 if (!State->IsLive(Reg)) {
319 if (!State->IsLive(SubregReg)) {
377 if (State->IsLive(AliasReg)) {
655 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) {
662 if (State->IsLive(AliasReg) ||
746 if (!State->IsLive(Reg))