Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600MachineFunctionInfo.h27 SmallVector<unsigned, 4> LiveOuts; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp165 LiveOutVec LiveOuts; in parseRegisterLiveOutMask() local
205 LiveOutVec LiveOuts; in recordStackMapOpers() local
393 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries() local
H A DExecutionDepsFix.cpp144 LiveOutMap LiveOuts; member in __anonab5e3eee0311::ExeDepsFix
H A DLiveVariables.cpp597 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() local
H A DMachineScheduler.cpp1123 ArrayRef<unsigned> LiveOuts = RPTracker.getPressure().LiveOutRegs; in computeCyclicCriticalPath() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h200 LiveOutVec LiveOuts; member