Home
last modified time | relevance | path

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

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