Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h243 void updatePublicTypeTestCalls(Module &M,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp523 updatePublicTypeTestCalls(*MergedModule, in optimize()
H A DLTOBackend.cpp564 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility()); in thinBackend()
H A DThinLTOCodeGenerator.cpp457 updatePublicTypeTestCalls(TheModule, in ProcessThinLTOModule()
H A DLTO.cpp1106 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp805 void updatePublicTypeTestCalls(Module &M, in updatePublicTypeTestCalls() function