Searched refs:SrcLOI (Results 1 – 1 of 1) sorted by relevance
488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local489 if (!SrcLOI) { in ComputePHILiveOutRegInfo()493 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()527 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local528 if (!SrcLOI) { in ComputePHILiveOutRegInfo()532 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()533 DestLOI.Known = DestLOI.Known.intersectWith(SrcLOI->Known); in ComputePHILiveOutRegInfo()