Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp646 struct DevirtIndex { struct
647 ModuleSummaryIndex &ExportSummary;
650 std::set<GlobalValue::GUID> &ExportedGUIDs;
654 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;
656 MapVector<VTableSlotSummary, VTableSlotInfo> CallSlots;
658 PatternList FunctionsToSkip;
660 DevirtIndex( in DevirtIndex() function