Home
last modified time | relevance | path

Searched refs: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
230 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument
239 PriorityQueue<BlockPair, QueueSorter, 20> Queue;
765 Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()