Searched refs:SampleProfileProbePass (Results 1 – 5 of 5) sorted by relevance
135 class SampleProfileProbePass : public PassInfoMixin<SampleProfileProbePass> {139 SampleProfileProbePass(TargetMachine *TM) : TM(TM) {} in SampleProfileProbePass() function
10 ;; Check the SampleProfileProbePass is enabled under the -new-pm-pseudo-probe-for-profiling switch.12 ; CHECK: Running pass: SampleProfileProbePass
395 PreservedAnalyses SampleProfileProbePass::run(Module &M, in run()
841 MPM.addPass(SampleProfileProbePass(TM)); in buildModuleSimplificationPipeline()1777 MPM.addPass(SampleProfileProbePass(TM)); in buildO0DefaultPipeline()
111 MODULE_PASS("pseudo-probe", SampleProfileProbePass(TM))