Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp207 struct SlotWithTag { struct
211 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function
213 bool operator==(const SlotWithTag &Other) const { in operator ==() argument
220 template <> struct DenseMapInfo<SlotWithTag> {
227 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()
263 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()
264 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()
267 SlotWithTag ST{*I}; in findFirstSlotCandidate()
319 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()
321 SlotWithTag ST{*I}; in findFirstSlotCandidate()
[all …]