Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp504 struct VTableSlotInfo { struct
519 CallSiteInfo &VTableSlotInfo::findCallSiteInfo(CallBase &CB) { in findCallSiteInfo()
533 void VTableSlotInfo::addCallSite(Value *VTable, CallBase &CB, in addCallSite()
561 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
618 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
622 VTableSlotInfo &SlotInfo,
625 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
628 VTableSlotInfo &SlotInfo,
677 VTableSlotInfo &SlotInfo,
683 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
[all …]