Searched refs:SrcLOI (Results 1 – 2 of 2) sorted by relevance
453 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local454 if (!SrcLOI) { in ComputePHILiveOutRegInfo()458 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local489 if (!SrcLOI) { in ComputePHILiveOutRegInfo()493 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()494 DestLOI.Known.Zero &= SrcLOI->Known.Zero; in ComputePHILiveOutRegInfo()495 DestLOI.Known.One &= SrcLOI->Known.One; in ComputePHILiveOutRegInfo()
465 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local466 if (!SrcLOI) { in ComputePHILiveOutRegInfo()470 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()502 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local503 if (!SrcLOI) { in ComputePHILiveOutRegInfo()507 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()508 DestLOI.KnownZero &= SrcLOI->KnownZero; in ComputePHILiveOutRegInfo()509 DestLOI.KnownOne &= SrcLOI->KnownOne; in ComputePHILiveOutRegInfo()