Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp311 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;
1259 WholeProgramDevirtResolution *Res, VTableSlot Slot) { in tryICallBranchFunnel()
1450 std::string DevirtModule::getGlobalName(VTableSlot Slot, in getGlobalName()
[all …]