Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp264 SlotWithTag MaxScoreST{-1, -1}; in findFirstSlotCandidate() local
305 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()
307 MaxScoreST = ST; in findFirstSlotCandidate()
311 if (MaxScoreST.FI < 0) in findFirstSlotCandidate()
315 if (MaxScoreST.Tag == 0) in findFirstSlotCandidate()
316 return MaxScoreST.FI; in findFirstSlotCandidate()
334 if (ST == MaxScoreST) { in findFirstSlotCandidate()
337 TagOp.setImm(MaxScoreST.Tag); in findFirstSlotCandidate()
340 return MaxScoreST.FI; in findFirstSlotCandidate()