Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp744 VTableSlotSummary &SlotSummary,
941 for (auto &SlotSummary : T.second) { in updateIndexWPDForExports() local
942 auto *TIdSum = Summary.getTypeIdSummary(SlotSummary.TypeID); in updateIndexWPDForExports()
944 auto WPDRes = TIdSum->WPDRes.find(SlotSummary.ByteOffset); in updateIndexWPDForExports()
1340 VTableSlotSummary &SlotSummary, in trySingleImplDevirt() argument
1387 LocalWPDTargetsMap[TheFn].push_back(SlotSummary); in trySingleImplDevirt()