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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 138 typedef SmallVector<LiveOutReg, 8> LiveOutVec;
146 LiveOutVec LiveOuts;
149 LocationVec &Locations, LiveOutVec &LiveOuts)
164 LocationVec &Locs, LiveOutVec &LiveOuts) const;
172 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 81 LocationVec &Locs, LiveOutVec &LiveOuts) const {
158 StackMaps::LiveOutVec
162 LiveOutVec LiveOuts;
173 for (LiveOutVec::iterator I = LiveOuts.begin(), E = LiveOuts.end();
175 for (LiveOutVec::iterator II = std::next(I); II != E; ++II) {
202 LiveOutVec LiveOuts;
365 const LiveOutVec &LiveOuts = CSI.LiveOuts;

Completed in 400 milliseconds