Searched refs:createSampleProfileLoaderPass (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DIPO.h284 ModulePass *createSampleProfileLoaderPass();
285 ModulePass *createSampleProfileLoaderPass(StringRef Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp658 MPM.add(createSampleProfileLoaderPass(PGOSampleUse));
974 PM.add(createSampleProfileLoaderPass(PGOSampleUse));
H A DSampleProfile.cpp1828 ModulePass *llvm::createSampleProfileLoaderPass() { function in class:llvm
1832 ModulePass *llvm::createSampleProfileLoaderPass(StringRef Name) { function in class:llvm

Completed in 254 milliseconds