[PATCH] D116964: [NFC][MLGO] Use LazyCallGraph::Node to track functions.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 12:48:42 PST 2022
nikic added inline comments.
================
Comment at: llvm/include/llvm/Analysis/MLInlineAdvisor.h:76
+ // infrequently.
+ DenseSet<const LazyCallGraph::Node *> DeletedFunctions;
};
----------------
Where is DeletedFunctions used now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116964/new/
https://reviews.llvm.org/D116964
More information about the llvm-commits
mailing list