Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp326 struct VTableSlot { struct
335 template <> struct DenseMapInfo<VTableSlot> {
336 static VTableSlot getEmptyKey() { in getEmptyKey()
340 static VTableSlot getTombstoneKey() { in getTombstoneKey()
344 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
348 static bool isEqual(const VTableSlot &LHS, in isEqual()
349 const VTableSlot &RHS) { in isEqual()
564 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
1321 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1514 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
[all …]