Home
last modified time | relevance | path

Searched refs: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
146 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function
155 PriorityQueue<BlockPair, QueueSorter, 20> Queue;
613 Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()