Home
last modified time | relevance | path

Searched refs:updatePublicTypeTestCalls (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h243 void updatePublicTypeTestCalls(Module &M,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp598 updatePublicTypeTestCalls(*MergedModule, in optimize()
H A DLTOBackend.cpp665 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility()); in thinBackend()
H A DThinLTOCodeGenerator.cpp480 updatePublicTypeTestCalls(TheModule, in ProcessThinLTOModule()
H A DLTO.cpp1304 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp851 void llvm::updatePublicTypeTestCalls(Module &M, in updatePublicTypeTestCalls() function in llvm