Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DIPO.h267 ModulePass *createSampleProfileLoaderPass();
268 ModulePass *createSampleProfileLoaderPass(StringRef Name);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp430 MPM.add(createSampleProfileLoaderPass(PGOSampleUse)); in populateModulePassManager()
761 PM.add(createSampleProfileLoaderPass(PGOSampleUse)); in addLTOOptimizationPasses()
H A DSampleProfile.cpp1556 ModulePass *llvm::createSampleProfileLoaderPass() { in createSampleProfileLoaderPass() function in llvm
1560 ModulePass *llvm::createSampleProfileLoaderPass(StringRef Name) { in createSampleProfileLoaderPass() function in llvm