Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp166 LibraryInfo = nullptr; in PassManagerBuilder()
187 delete LibraryInfo; in ~PassManagerBuilder()
261 if (LibraryInfo) in populateFunctionPassManager()
262 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
477 if (LibraryInfo) in populateModulePassManager()
478 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateModulePassManager()
934 if (LibraryInfo) in populateThinLTOPassManager()
935 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateThinLTOPassManager()
965 if (LibraryInfo) in populateLTOPassManager()
966 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateLTOPassManager()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h129 TargetLibraryInfoImpl *LibraryInfo; variable
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp539 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()
541 PMB.LibraryInfo->disableAllFunctions(); in optimize()
H A DThinLTOCodeGenerator.cpp227 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule()
229 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
H A DLTOBackend.cpp265 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runOldPMPasses()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h387 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1004 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo, in init() argument
1011 LibInfo = LibraryInfo; in init()