Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp298 int TotalScore = RetagScore[ST] += Score; in findFirstSlotCandidate() local
299 if (TotalScore > MaxScore || in findFirstSlotCandidate()
300 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()
301 MaxScore = TotalScore; in findFirstSlotCandidate()