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.cpp676 MachineLoc SpillML; in usesSpillLoc() local
677 SpillML.Kind = MachineLocKind::SpillLocKind; in usesSpillLoc()
678 SpillML.Value.SpillLocation = SpillLocation; in usesSpillLoc()
679 return is_contained(Locs, SpillML); in usesSpillLoc()