One of the analyses performed in CallAnalyzer::analyze is to propagate
function arguments into the callee and check to see if the "inlined"
callee contains anything uninlinable or exceeds the size threshold.
This patch splits the analysis into a separate function as it is
fairly self contained and takes up many lines of code.
Details
Details
- Reviewers
davidxl
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42840 Build 43421: arc lint + arc unit
Event Timeline
Comment Actions
This patch will be part of mtrofin's https://reviews.llvm.org/D71733, so there is no need for it.