Searched refs:QueueSorter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp139 struct QueueSorter { struct in class:__anon26399::FunctionDifferenceEngine
141 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} function in struct:__anon26399::FunctionDifferenceEngine::QueueSorter
150 PriorityQueue<BlockPair, QueueSorter, 20> Queue;
457 Engine(Engine), Queue(QueueSorter(*this_())) {}

Completed in 322 milliseconds