Lines Matching refs:VTableSlot
241 struct VTableSlot { struct
250 template <> struct DenseMapInfo<VTableSlot> {
251 static VTableSlot getEmptyKey() { in getEmptyKey()
255 static VTableSlot getTombstoneKey() { in getTombstoneKey()
259 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
263 static bool isEqual(const VTableSlot &LHS, in isEqual()
264 const VTableSlot &RHS) { in isEqual()
424 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
476 WholeProgramDevirtResolution *Res, VTableSlot Slot);
490 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
498 void exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
500 void exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
505 Constant *importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
507 Constant *importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
519 VTableSlot Slot, ArrayRef<uint64_t> Args);
525 WholeProgramDevirtResolution *Res, VTableSlot Slot);
530 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
843 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1033 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1051 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1058 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1071 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1080 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1133 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1203 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
1485 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()