Home
last modified time | relevance | path

Searched defs:LiveOuts (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/R600/
DR600MachineFunctionInfo.h27 SmallVector<unsigned, 4> LiveOuts; variable
/external/llvm/lib/CodeGen/
DStackMaps.cpp163 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print() local
241 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local
281 LiveOutVec LiveOuts; in recordStackMapOpers() local
468 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries() local
DExecutionDepsFix.cpp144 LiveOutMap LiveOuts; member in __anone7243c1d0311::ExeDepsFix
DLiveVariables.cpp598 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
DMachineScheduler.cpp1132 ArrayRef<unsigned> LiveOuts = RPTracker.getPressure().LiveOutRegs; in computeCyclicCriticalPath() local
/external/llvm/include/llvm/CodeGen/
DStackMaps.h201 LiveOutVec LiveOuts; member