Searched defs:LocalWPDTargetsMap (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 724 std::map<ValueInfo, std::vector<VTableSlotSummary>> &LocalWPDTargetsMap; global() member 923 runWholeProgramDevirtOnIndex(ModuleSummaryIndex & Summary,std::set<GlobalValue::GUID> & ExportedGUIDs,std::map<ValueInfo,std::vector<VTableSlotSummary>> & LocalWPDTargetsMap) runWholeProgramDevirtOnIndex() argument 930 updateIndexWPDForExports(ModuleSummaryIndex & Summary,function_ref<bool (StringRef,ValueInfo)> isExported,std::map<ValueInfo,std::vector<VTableSlotSummary>> & LocalWPDTargetsMap) updateIndexWPDForExports() argument
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 1065 std::map<ValueInfo, std::vector<VTableSlotSummary>> LocalWPDTargetsMap; run() local
|
H A D | LTO.cpp | 1765 std::map<ValueInfo, std::vector<VTableSlotSummary>> LocalWPDTargetsMap; runThinLTO() local
|