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

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

Completed in 35 milliseconds