Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp714 struct DevirtIndex { struct
715 ModuleSummaryIndex &ExportSummary;
718 std::set<GlobalValue::GUID> &ExportedGUIDs;
722 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap;
724 MapVector<VTableSlotSummary, VTableSlotInfo> CallSlots;
726 PatternList FunctionsToSkip;
728 DevirtIndex( in DevirtIndex() argument