Searched refs:SpillID (Results 1 – 1 of 1) sorted by relevance
662 unsigned SpillID = SpillLocs.idFor(L); in getOrTrackSpillLoc() local663 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() local688 if (SpillID == 0) in readSpill()691 unsigned LocID = getLocID(SpillID, true); in readSpill()699 unsigned SpillID = SpillLocs.idFor(L); in getSpillMLoc() local700 if (SpillID == 0) in getSpillMLoc()[all …]