Searched refs:LibraryInfo (Results 1 – 4 of 4) sorted by relevance
95 LibraryInfo = nullptr; in PassManagerBuilder()112 delete LibraryInfo; in ~PassManagerBuilder()157 if (LibraryInfo) in populateFunctionPassManager()158 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()198 if (LibraryInfo) in populateModulePassManager()199 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateModulePassManager()537 if (LibraryInfo) in populateLTOPassManager()538 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateLTOPassManager()
106 TargetLibraryInfoImpl *LibraryInfo; variable
543 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()
368 PMBuilder.LibraryInfo = createTLII(TargetTriple, CodeGenOpts); in CreatePasses()