Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp202 struct SlotWithTag { struct
206 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function
208 bool operator==(const SlotWithTag &Other) const { in operator ==() argument
215 template <> struct DenseMapInfo<SlotWithTag> {
222 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()
258 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()
259 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()
262 SlotWithTag ST{*I}; in findFirstSlotCandidate()
313 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()
315 SlotWithTag ST{*I}; in findFirstSlotCandidate()
[all …]