Home
last modified time | relevance | path

Searched refs:SrcLOI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp574 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
575 if (!SrcLOI) { in ComputePHILiveOutRegInfo()
579 DestLOI = *SrcLOI; in ComputePHILiveOutRegInfo()
611 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo() local
612 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()