Searched refs:VTableSlotInfo (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 462 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; 565 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn, 569 VTableSlotInfo &SlotInfo, 572 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT, 575 VTableSlotInfo &SlotInfo, 624 VTableSlotInfo &SlotInfo, 630 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo); [all …]
|