Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp144 struct QueueSorter { struct in __anon3906a3ef0111::FunctionDifferenceEngine
145 const FunctionDifferenceEngine &fde;
146 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument
148 bool operator()(BlockPair &Old, BlockPair &New) { in operator ()()