Searched refs:DevirtModule (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 571 struct DevirtModule { struct 614 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, in DevirtModule() argument 797 if (!DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run() 801 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 998 bool DevirtModule::runForTesting( in runForTesting() 1026 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting() 1052 void DevirtModule::buildTypeIdentifierMap( in buildTypeIdentifierMap() 1086 bool DevirtModule::tryFindVirtualCallTargets( in tryFindVirtualCallTargets() 1192 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo, in applySingleImplDevirt() 1316 bool DevirtModule::trySingleImplDevirt( in trySingleImplDevirt() [all …]
|