Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp621 bool shouldBeMatchedBefore(const MatchableInfo &RHS, in shouldBeMatchedBefore() function
3253 return A->shouldBeMatchedBefore(*B, PreferSmallerInstructions); in run()
3261 assert(!(*J)->shouldBeMatchedBefore(**I, PreferSmallerInstructions)); in run()