Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp728 struct AliasPriorityComparator { struct
729 typedef std::pair<CodeGenInstAlias, int> ValueType;
730 bool operator()(const ValueType &LHS, const ValueType &RHS) { in operator ()()