Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp342 struct MachineLoc { struct
358 bool operator<(const MachineLoc &Other) const { in operator <() argument
382 SmallVector<MachineLoc, 8> Locs;
397 MachineLoc ML = GetLocForOp(Op); in VarLoc()
486 for (MachineLoc &ML : VL.Locs) in CreateCopyLoc()
500 for (MachineLoc &ML : VL.Locs) in CreateSpillLoc()
600 MachineLoc RegML; in usesReg()
628 return any_of(Locs, [](VarLoc::MachineLoc ML) { in containsSpillLocs()
636 MachineLoc SpillML; in usesSpillLoc()
662 for (const MachineLoc &MLoc : Locs) { in dump()
[all …]