Home
last modified time | relevance | path

Searched defs:SpillLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp308 struct SpillLoc { struct
309 unsigned SpillBase;
310 StackOffset SpillOffset;
311 bool operator==(const SpillLoc &Other) const { in operator ==()
314 bool operator!=(const SpillLoc &Other) const { in operator !=()
H A DInstrRefBasedImpl.cpp220 struct SpillLoc { struct
221 unsigned SpillBase;
222 StackOffset SpillOffset;
223 bool operator==(const SpillLoc &Other) const { in operator ==()
227 bool operator<(const SpillLoc &Other) const { in operator <()