Searched refs:LRSpillSlot (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h31 int LRSpillSlot; member in class:llvm::XCoreFunctionInfo
39 LRSpillSlot(0),
45 LRSpillSlot(0),
57 void setLRSpillSlot(int off) { LRSpillSlot = off; }
58 int getLRSpillSlot() const { return LRSpillSlot; }

Completed in 54 milliseconds