Also rename it to use the more generic term call instead of something
that could be confused with a praticular type.
Depends on D56182.
Paths
| Differential D56183
[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and update client code. ClosedPublic Authored by chandlerc on Dec 31 2018, 8:02 PM.
Details Summary Also rename it to use the more generic term call instead of something Depends on D56182.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 31 2018, 10:44 PM Closed by commit rL350508: [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and (authored by chandlerc). · Explain WhyJan 6 2019, 11:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180438 llvm/trunk/include/llvm/Analysis/IndirectCallSiteVisitor.h
llvm/trunk/include/llvm/Analysis/IndirectCallVisitor.h
llvm/trunk/include/llvm/IR/InstrTypes.h
llvm/trunk/lib/Analysis/IndirectCallPromotionAnalysis.cpp
llvm/trunk/lib/IR/Instructions.cpp
llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
llvm/trunk/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
|