Searched refs:SampleProfileProbePass (Results 1 – 4 of 4) sorted by relevance
62 class SampleProfileProbePass : public PassInfoMixin<SampleProfileProbePass> {66 SampleProfileProbePass(TargetMachine *TM) : TM(TM) {} in SampleProfileProbePass() function
155 PreservedAnalyses SampleProfileProbePass::run(Module &M, in run()
109 MODULE_PASS("pseudo-probe", SampleProfileProbePass(TM))
1010 MPM.addPass(SampleProfileProbePass(TM)); in buildModuleSimplificationPipeline()