Home
last modified time | relevance | path

Searched refs:SampleProfileProbePass (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h135 class SampleProfileProbePass : public PassInfoMixin<SampleProfileProbePass> {
139 SampleProfileProbePass(TargetMachine *TM) : TM(TM) {} in SampleProfileProbePass() function
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pm-pseudo-probe.ll10 ;; Check the SampleProfileProbePass is enabled under the -new-pm-pseudo-probe-for-profiling switch.
12 ; CHECK: Running pass: SampleProfileProbePass
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp395 PreservedAnalyses SampleProfileProbePass::run(Module &M, in run()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp841 MPM.addPass(SampleProfileProbePass(TM)); in buildModuleSimplificationPipeline()
1777 MPM.addPass(SampleProfileProbePass(TM)); in buildO0DefaultPipeline()
H A DPassRegistry.def111 MODULE_PASS("pseudo-probe", SampleProfileProbePass(TM))