Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp139 struct QueueSorter { struct in __anonefe5e16e0111::FunctionDifferenceEngine
140 const FunctionDifferenceEngine &fde;
141 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function
143 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()