Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
120 struct LiveOutInfo { struct124 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() function179 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()183 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()195 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);205 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()245 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
383 const FunctionLoweringInfo::LiveOutInfo *388 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()423 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()447 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()484 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
658 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()