Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h289 ModulePass *createSampleProfileLoaderPass();
290 ModulePass *createSampleProfileLoaderPass(StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp667 MPM.add(createSampleProfileLoaderPass(PGOSampleUse)); in populateModulePassManager()
987 PM.add(createSampleProfileLoaderPass(PGOSampleUse)); in addLTOOptimizationPasses()
H A DSampleProfile.cpp1836 ModulePass *llvm::createSampleProfileLoaderPass() { in createSampleProfileLoaderPass() function in llvm
1840 ModulePass *llvm::createSampleProfileLoaderPass(StringRef Name) { in createSampleProfileLoaderPass() function in llvm