Home
last modified time | relevance | path

Searched defs:AliasPriorityComparator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp815 struct AliasPriorityComparator { struct
816 typedef std::pair<CodeGenInstAlias, int> ValueType;
817 bool operator()(const ValueType &LHS, const ValueType &RHS) const { in operator ()()