reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
400 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func}); 404 llvm::stable_sort(HashedFuncs, less_first()); 406 auto S = HashedFuncs.begin(); 407 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { 407 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) {