Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp197 LibraryInfo = nullptr; in PassManagerBuilder()
226 delete LibraryInfo; in ~PassManagerBuilder()
317 if (LibraryInfo) in populateFunctionPassManager()
318 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
717 if (LibraryInfo) in populateModulePassManager()
718 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateModulePassManager()
1176 if (LibraryInfo) in populateThinLTOPassManager()
1177 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateThinLTOPassManager()
1207 if (LibraryInfo) in populateLTOPassManager()
1208 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateLTOPassManager()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h141 TargetLibraryInfoImpl *LibraryInfo; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp316 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runOldPMPasses()
318 PMB.LibraryInfo->disableAllFunctions(); in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp243 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule()
245 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h425 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1143 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo, in init() argument
1152 LibInfo = LibraryInfo; in init()