Home
last modified time | relevance | path

Searched refs:VTableSlotInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp462 struct VTableSlotInfo { struct
477 CallSiteInfo &VTableSlotInfo::findCallSiteInfo(CallBase &CB) { in findCallSiteInfo()
491 void VTableSlotInfo::addCallSite(Value *VTable, CallBase &CB, in addCallSite()
519 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
570 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
574 VTableSlotInfo &SlotInfo,
577 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
580 VTableSlotInfo &SlotInfo,
629 VTableSlotInfo &SlotInfo,
635 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
[all …]