|
LLVM
4.0.0
|
#include <FunctionLoweringInfo.h>
Public Member Functions | |
| LiveOutInfo () | |
Public Attributes | |
| unsigned | NumSignBits: 31 |
| unsigned | IsValid: 1 |
| APInt | KnownOne |
| APInt | KnownZero |
Definition at line 171 of file FunctionLoweringInfo.h.
|
inline |
Definition at line 175 of file FunctionLoweringInfo.h.
| unsigned llvm::FunctionLoweringInfo::LiveOutInfo::IsValid |
Definition at line 173 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
| APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownOne |
Definition at line 174 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::AddLiveOutRegInfo(), llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
| APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownZero |
Definition at line 174 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::AddLiveOutRegInfo(), llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), llvm::RegsForValue::getCopyFromRegs(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
| unsigned llvm::FunctionLoweringInfo::LiveOutInfo::NumSignBits |
Definition at line 172 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::AddLiveOutRegInfo(), llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), llvm::RegsForValue::getCopyFromRegs(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
1.8.6