Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp172 using RegSlotPair = std::pair<Register, int>; typedef
176 using ReloadSet = SmallSet<RegSlotPair, 8>;
184 RegSlotPair RSP(Reg, FI); in recordReload()
192 RegSlotPair RSP(Reg, FI); in hasReload()
225 DenseMap<const MachineBasicBlock *, SmallVector<RegSlotPair, 8>>
257 Vec, [Reg](RegSlotPair &RSP) { return Reg == RSP.first; }); in getFrameIndex()