HomeSort by relevance Sort by last modified time
    Searched refs:LiveOutRegInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 154 if (!LiveOutRegInfo.inBounds(Reg))
157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
178 LiveOutRegInfo.grow(Reg);
179 LiveOutInfo &LOI = LiveOutRegInfo[Reg];
198 LiveOutRegInfo.grow(Reg);
199 LiveOutRegInfo[Reg].IsValid = false;
210 /// LiveOutRegInfo - Information about live out vregs.
211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 203 LiveOutRegInfo.clear();
250 if (!LiveOutRegInfo.inBounds(Reg))
253 LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
289 LiveOutRegInfo.grow(DestReg);
290 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg];

Completed in 452 milliseconds