Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp138 struct QueueSorter { struct in __anon6bb4de1d0111::FunctionDifferenceEngine
139 const FunctionDifferenceEngine &fde;
140 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function
142 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp137 struct QueueSorter { struct in __anone2079f2b0111::FunctionDifferenceEngine
138 const FunctionDifferenceEngine &fde;
139 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument
141 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()