Searched refs:LiveOutRegInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h155 if (!LiveOutRegInfo.inBounds(Reg))
158 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
179 LiveOutRegInfo.grow(Reg);
180 LiveOutInfo &LOI = LiveOutRegInfo[Reg];
199 LiveOutRegInfo.grow(Reg);
200 LiveOutRegInfo[Reg].IsValid = false;
211 /// LiveOutRegInfo - Information about live out vregs.
212 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo; member in class:llvm::FunctionLoweringInfo
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp239 LiveOutRegInfo.clear();
286 if (!LiveOutRegInfo.inBounds(Reg))
289 LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
325 LiveOutRegInfo.grow(DestReg);
326 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg];

Completed in 153 milliseconds