Searched defs:LiveOutInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h101 struct LiveOutInfo { struct in class:llvm::FunctionLoweringInfo
105 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), function in struct:llvm::FunctionLoweringInfo::LiveOutInfo
152 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
153 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
154 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
158 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
165 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
166 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
167 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
169 /// than the LiveOutInfo'
[all...]

Completed in 141 milliseconds