Home
last modified time | relevance | path

Searched defs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp207 struct SlotWithTag { struct
208 int FI;
209 int Tag;
210 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument
211 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function
213 bool operator==(const SlotWithTag &Other) const { in operator ==()