Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp674 MachineLoc SpillML; in usesSpillLoc() local
675 SpillML.Kind = MachineLocKind::SpillLocKind; in usesSpillLoc()
676 SpillML.Value.SpillLocation = SpillLocation; in usesSpillLoc()
677 return is_contained(Locs, SpillML); in usesSpillLoc()