Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
119 struct LiveOutInfo { struct123 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() argument175 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()179 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()191 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);201 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()238 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
391 const FunctionLoweringInfo::LiveOutInfo *396 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()431 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()455 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()492 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
652 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()