Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp175 SmallVector<const MachineInstr *, 4> FrameIndexValues; in stashEntryDbgValues() local
186 FrameIndexValues.push_back(&MI); in stashEntryDbgValues()
198 if (llvm::none_of(FrameIndexValues, Overlaps)) in stashEntryDbgValues()