Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp186 SmallVector<const MachineInstr *, 4> FrameIndexValues; in stashEntryDbgValues() local
197 FrameIndexValues.push_back(&MI); in stashEntryDbgValues()
209 if (llvm::none_of(FrameIndexValues, Overlaps)) in stashEntryDbgValues()