Searched refs:HashedFuncs (Results 1 – 1 of 1) sorted by relevance
423 std::vector<std::pair<IRHash, Function *>> HashedFuncs; in runOnModule() local426 HashedFuncs.push_back({StructuralHash(Func), &Func}); in runOnModule()430 llvm::stable_sort(HashedFuncs, less_first()); in runOnModule()432 auto S = HashedFuncs.begin(); in runOnModule()433 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule()