Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp204 struct SlotWithTag { struct
208 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() argument
210 bool operator==(const SlotWithTag &Other) const { in operator ==() argument
217 template <> struct DenseMapInfo<SlotWithTag> {
224 static bool isEqual(const SlotWithTag &A, const SlotWithTag &B) { in isEqual()
260 DenseMap<SlotWithTag, int> RetagScore; in findFirstSlotCandidate()
261 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate()
264 SlotWithTag ST{*I}; in findFirstSlotCandidate()
315 SlotWithTag SwapST{-1, -1}; in findFirstSlotCandidate()
317 SlotWithTag ST{*I}; in findFirstSlotCandidate()
[all …]