Searched defs:DevirtIndex (Results 1 – 2 of 2) sorted by relevance
638 struct DevirtIndex { struct639 ModuleSummaryIndex &ExportSummary;642 std::set<GlobalValue::GUID> &ExportedGUIDs;646 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;648 MapVector<VTableSlotSummary, VTableSlotInfo> CallSlots;650 PatternList FunctionsToSkip;652 DevirtIndex( in DevirtIndex() argument
583 struct DevirtIndex { struct584 ModuleSummaryIndex &ExportSummary;587 std::set<GlobalValue::GUID> &ExportedGUIDs;591 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;593 MapVector<VTableSlotSummary, VTableSlotInfo> CallSlots;595 DevirtIndex( in DevirtIndex() function