Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp144 struct QueueSorter { struct in __anon246d63510111::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 ()()