|
LLVM
3.7.0
|
#include <FunctionLoweringInfo.h>
Public Member Functions | |
| LiveOutInfo () | |
Public Attributes | |
| unsigned | NumSignBits: 31 |
| bool | IsValid: 1 |
| APInt | KnownOne |
| APInt | KnownZero |
Definition at line 119 of file FunctionLoweringInfo.h.
|
inline |
Definition at line 123 of file FunctionLoweringInfo.h.
| bool llvm::FunctionLoweringInfo::LiveOutInfo::IsValid |
Definition at line 121 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
| APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownOne |
Definition at line 122 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::AddLiveOutRegInfo(), llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
| APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownZero |
Definition at line 122 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 120 of file FunctionLoweringInfo.h.
Referenced by llvm::FunctionLoweringInfo::AddLiveOutRegInfo(), llvm::FunctionLoweringInfo::ComputePHILiveOutRegInfo(), llvm::RegsForValue::getCopyFromRegs(), and llvm::FunctionLoweringInfo::GetLiveOutRegInfo().
1.8.6