Searched refs:SrcLOI (Results 1 – 1 of 1) sorted by relevance
574 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local575 if (!SrcLOI) { in ComputePHILiveOutRegInfo()579 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()611 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local612 if (!SrcLOI) { in ComputePHILiveOutRegInfo()616 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()617 DestLOI.KnownZero &= SrcLOI->KnownZero; in ComputePHILiveOutRegInfo()618 DestLOI.KnownOne &= SrcLOI->KnownOne; in ComputePHILiveOutRegInfo()