Searched refs:createPGOInstrumentationGenLegacyPass (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h81 ModulePass *createPGOInstrumentationGenLegacyPass(bool IsCS = false);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h105 (void) llvm::createPGOInstrumentationGenLegacyPass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp339 MPM.add(createPGOInstrumentationGenLegacyPass(IsCS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp446 ModulePass *llvm::createPGOInstrumentationGenLegacyPass(bool IsCS) { function in class:llvm

Completed in 81 milliseconds