Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64StackTaggingPreRA.cpp259 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate() local
299 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()
301 MaxScoreST = ST; in findFirstSlotCandidate()
305 if (MaxScoreST.FI < 0) in findFirstSlotCandidate()
309 if (MaxScoreST.Tag == 0) in findFirstSlotCandidate()
310 return MaxScoreST.FI; in findFirstSlotCandidate()
328 if (ST == MaxScoreST) { in findFirstSlotCandidate()
331 TagOp.setImm(MaxScoreST.Tag); in findFirstSlotCandidate()
334 return MaxScoreST.FI; in findFirstSlotCandidate()