We check to see if a given CallBase is a sole call to a local function
at multiple places in InlineCost.cpp. This patch factors out the
common code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134114
[Analysis] Introduce isSoleCallToLocalFunction (NFC) ClosedPublic Authored by kazu on Sep 17 2022, 2:09 PM.
Details Summary We check to see if a given CallBase is a sole call to a local function
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 17 2022, 7:15 PM This revision was landed with ongoing or failed builds.Sep 17 2022, 9:00 PM Closed by commit rGcf355bf36e39: [Analysis] Introduce isSoleCallToLocalFunction (NFC) (authored by kazu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 461042 llvm/lib/Analysis/InlineCost.cpp
|
Isn't the Callee obtainable from CB?