Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp265 int MaxScore = -1; in findFirstSlotCandidate() local
304 if (TotalScore > MaxScore || in findFirstSlotCandidate()
305 (TotalScore == MaxScore && ST.FI > MaxScoreST.FI)) { in findFirstSlotCandidate()
306 MaxScore = TotalScore; in findFirstSlotCandidate()