Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp228 struct QueueSorter { struct in __anon35eb8c210111::FunctionDifferenceEngine
229 const FunctionDifferenceEngine &fde;
230 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument
232 bool operator()(BlockPair &Old, BlockPair &New) { in operator ()()