Home
last modified time | relevance | path

Searched defs:DevirtIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp716 struct DevirtIndex { struct
717 ModuleSummaryIndex &ExportSummary;
720 std::set<GlobalValue::GUID> &ExportedGUIDs;
724 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;
726 MapVector<VTableSlotSummary, VTableSlotInfo> CallSlots;
728 PatternList FunctionsToSkip;
730 DevirtIndex( in DevirtIndex() argument