Searched refs:SrcLOI (Results 1 – 2 of 2) sorted by relevance
306 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local307 if (!SrcLOI) { in ComputePHILiveOutRegInfo()311 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()343 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local344 if (!SrcLOI) { in ComputePHILiveOutRegInfo()348 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()349 DestLOI.KnownZero &= SrcLOI->KnownZero; in ComputePHILiveOutRegInfo()350 DestLOI.KnownOne &= SrcLOI->KnownOne; 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()