Searched refs:SrcLOI (Results 1 – 1 of 1) sorted by relevance
493 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local494 if (!SrcLOI) { in ComputePHILiveOutRegInfo()498 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()532 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local533 if (!SrcLOI) { in ComputePHILiveOutRegInfo()537 DestLOI.NumSignBits = std::min(DestLOI.NumSignBits, SrcLOI->NumSignBits); in ComputePHILiveOutRegInfo()538 DestLOI.Known = DestLOI.Known.intersectWith(SrcLOI->Known); in ComputePHILiveOutRegInfo()