Searched refs:LiveOutVec (Results 1 – 2 of 2) sorted by relevance
193 typedef SmallVector<LiveOutReg, 8> LiveOutVec; typedef201 LiveOutVec LiveOuts;204 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()219 LocationVec &Locs, LiveOutVec &LiveOuts) const;227 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
90 LocationVec &Locs, LiveOutVec &LiveOuts) const { in parseOperand()163 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()237 StackMaps::LiveOutVec241 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()252 for (LiveOutVec::iterator I = LiveOuts.begin(), E = LiveOuts.end(); in parseRegisterLiveOutMask()254 for (LiveOutVec::iterator II = std::next(I); II != E; ++II) { in parseRegisterLiveOutMask()281 LiveOutVec LiveOuts; in recordStackMapOpers()468 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()