summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/SyntheticCountsUtils.cpp
AgeCommit message (Expand)Author
2025-03-25[Analysis] Use *Set::insert_range (NFC) (#132878)Kazu Hirata
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille
2020-04-22[CallSite removal] Remove unneeded includes of CallSite.h. NFCCraig Topper
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09Refactor synthetic profile count computation. NFC.Easwaran Raman
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-02-01Remove CallGraphTraits and use equivalent methods in GraphTraitsEaswaran Raman
2018-01-25[SyntheticCounts] Rewrite the code using only graph traits.Easwaran Raman
2018-01-09Add a pass to generate synthetic function entry counts.Easwaran Raman