Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp260 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate() local
300 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()
302 MaxScoreST = ST; in findFirstSlotCandidate()
306 if (MaxScoreST.FI < 0) in findFirstSlotCandidate()
310 if (MaxScoreST.Tag == 0) in findFirstSlotCandidate()
311 return MaxScoreST.FI; in findFirstSlotCandidate()
329 if (ST == MaxScoreST) { in findFirstSlotCandidate()
332 TagOp.setImm(MaxScoreST.Tag); in findFirstSlotCandidate()
335 return MaxScoreST.FI; in findFirstSlotCandidate()