Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2484 int ScoreB = RuleMatcherScores[B.getRuleID()]; in run() local
2485 if (ScoreA > ScoreB) in run()
2487 if (ScoreB > ScoreA) in run()