Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4502 int ScoreB = RuleMatcherScores[B.getRuleID()]; in run() local
4503 if (ScoreA > ScoreB) in run()
4505 if (ScoreB > ScoreA) in run()