Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp139 struct QueueSorter { struct in __anon6bb4de1d0111::FunctionDifferenceEngine
140 const FunctionDifferenceEngine &fde;
141 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function
143 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()