Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2459 int ScoreA = RuleMatcherScores[A.getRuleID()]; in run() local
2461 if (ScoreA > ScoreB) in run()
2463 if (ScoreB > ScoreA) in run()