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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp417 HashedFuncs; local
420 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func});
424 llvm::stable_sort(HashedFuncs, less_first());
426 auto S = HashedFuncs.begin();
427 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) {

Completed in 42 milliseconds