Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp636 MachineLoc SpillML; in usesSpillLoc() local
637 SpillML.Kind = MachineLocKind::SpillLocKind; in usesSpillLoc()
638 SpillML.Value.SpillLocation = SpillLocation; in usesSpillLoc()
639 return is_contained(Locs, SpillML); in usesSpillLoc()