Lines Matching refs:VTableSlot
322 struct VTableSlot { struct
331 template <> struct DenseMapInfo<VTableSlot> {
332 static VTableSlot getEmptyKey() { in getEmptyKey()
336 static VTableSlot getTombstoneKey() { in getTombstoneKey()
340 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
344 static bool isEqual(const VTableSlot &LHS, in isEqual()
345 const VTableSlot &RHS) { in isEqual()
561 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
629 WholeProgramDevirtResolution *Res, VTableSlot Slot);
643 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
651 void exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
653 void exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
658 Constant *importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
660 Constant *importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
672 VTableSlot Slot, ArrayRef<uint64_t> Args);
678 WholeProgramDevirtResolution *Res, VTableSlot Slot);
683 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
1395 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1610 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1627 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1634 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1647 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1657 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1712 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1784 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
2116 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()