Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDPassManagerBuilder.cpp95 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()
/NextBSD/contrib/llvm/include/llvm/Transforms/IPO/
HDPassManagerBuilder.h106 TargetLibraryInfoImpl *LibraryInfo; variable
/NextBSD/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp543 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDBackendUtil.cpp368 PMBuilder.LibraryInfo = createTLII(TargetTriple, CodeGenOpts); in CreatePasses()