Searched refs:LibraryInfo (Results 1 – 7 of 7) sorted by relevance
166 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()
129 TargetLibraryInfoImpl *LibraryInfo; variable
539 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()541 PMB.LibraryInfo->disableAllFunctions(); in optimize()
227 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule()229 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
265 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runOldPMPasses()
387 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo,
1004 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo, in init() argument1011 LibInfo = LibraryInfo; in init()