Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDWholeProgramDevirt.h243 void updatePublicTypeTestCalls(Module &M,
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp598 updatePublicTypeTestCalls(*MergedModule, in optimize()
HDLTOBackend.cpp665 updatePublicTypeTestCalls(Mod, CombinedIndex.withWholeProgramVisibility()); in thinBackend()
HDThinLTOCodeGenerator.cpp480 updatePublicTypeTestCalls(TheModule, in ProcessThinLTOModule()
HDLTO.cpp1304 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDWholeProgramDevirt.cpp851 void llvm::updatePublicTypeTestCalls(Module &M, in updatePublicTypeTestCalls() function in llvm