Lines Matching refs:VTableSlot
311 struct VTableSlot { struct
320 template <> struct DenseMapInfo<VTableSlot> {
321 static VTableSlot getEmptyKey() { in getEmptyKey()
325 static VTableSlot getTombstoneKey() { in getTombstoneKey()
329 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
333 static bool isEqual(const VTableSlot &LHS, in isEqual()
334 const VTableSlot &RHS) { in isEqual()
519 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
581 WholeProgramDevirtResolution *Res, VTableSlot Slot);
595 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
603 void exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
605 void exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
610 Constant *importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
612 Constant *importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
624 VTableSlot Slot, ArrayRef<uint64_t> Args);
630 WholeProgramDevirtResolution *Res, VTableSlot Slot);
635 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
1259 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1450 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
1467 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportGlobal()
1474 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in exportConstant()
1487 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, in importGlobal()
1497 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, in importConstant()
1552 VTableSlot Slot, ArrayRef<uint64_t> Args) { in tryUniqueRetValOpt()
1624 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryVirtualConstProp()
1938 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) { in importResolution()