Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp138 struct QueueSorter { struct in __anon79a962d30111::FunctionDifferenceEngine
139 const FunctionDifferenceEngine &fde;
140 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() argument
142 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()