Searched refs:DevirtModule (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 540 struct DevirtModule { struct 583 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, in DevirtModule() argument 766 if (!DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run() 770 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 967 bool DevirtModule::runForTesting( in runForTesting() 995 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting() 1021 void DevirtModule::buildTypeIdentifierMap( in buildTypeIdentifierMap() 1055 bool DevirtModule::tryFindVirtualCallTargets( in tryFindVirtualCallTargets() 1161 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo, in applySingleImplDevirt() 1277 bool DevirtModule::trySingleImplDevirt( in trySingleImplDevirt() [all …]
|