Home
last modified time | relevance | path

Searched refs:SpillID (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp662 unsigned SpillID = SpillLocs.idFor(L); in getOrTrackSpillLoc() local
663 if (SpillID == 0) { in getOrTrackSpillLoc()
664 SpillID = SpillLocs.insert(L); in getOrTrackSpillLoc()
665 unsigned L = getLocID(SpillID, true); in getOrTrackSpillLoc()
673 unsigned L = getLocID(SpillID, true); in getOrTrackSpillLoc()
687 unsigned SpillID = SpillLocs.idFor(L); in readSpill() local
688 if (SpillID == 0) in readSpill()
691 unsigned LocID = getLocID(SpillID, true); in readSpill()
699 unsigned SpillID = SpillLocs.idFor(L); in getSpillMLoc() local
700 if (SpillID == 0) in getSpillMLoc()
[all …]