Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h133 class SampleProfileProbePass : public PassInfoMixin<SampleProfileProbePass> {
137 SampleProfileProbePass(TargetMachine *TM) : TM(TM) {} in SampleProfileProbePass() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp396 PreservedAnalyses SampleProfileProbePass::run(Module &M, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def106 MODULE_PASS("pseudo-probe", SampleProfileProbePass(TM))
H A DPassBuilder.cpp1040 MPM.addPass(SampleProfileProbePass(TM)); in buildModuleSimplificationPipeline()