Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
163 struct LiveOutInfo { struct168 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument230 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()234 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()246 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);256 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()294 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
402 const FunctionLoweringInfo::LiveOutInfo *407 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()446 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()471 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()510 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
905 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()