summaryrefslogtreecommitdiff
path: root/bolt/lib/Core/CallGraph.cpp
AgeCommit message (Collapse)Author
2025-10-16[BOLT] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163700)Kazu Hirata
This patch replaces LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]], introduced as part of C++17.
2024-06-27[BOLT][NFC] Move CallGraph from Passes to Core (#96922)shaw young
Moved CallGraph and BinaryFunctionCallGraph from Passes to Core for future use in stale matching.