Home
last modified time | relevance | path

Searched refs:ControlHeightReductionPass (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DControlHeightReduction.h21 class ControlHeightReductionPass :
22 public PassInfoMixin<ControlHeightReductionPass> {
24 ControlHeightReductionPass();
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2047 ControlHeightReductionPass::ControlHeightReductionPass() { in ControlHeightReductionPass() function in llvm::ControlHeightReductionPass
2051 PreservedAnalyses ControlHeightReductionPass::run( in run()
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pm-thinlto-prelink-samplepgo-defaults.ll160 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
H A Dnew-pm-thinlto-postlink-samplepgo-defaults.ll166 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
H A Dnew-pm-thinlto-prelink-pgo-defaults.ll195 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def262 FUNCTION_PASS("chr", ControlHeightReductionPass())
H A DPassBuilderPipelines.cpp605 FPM.addPass(ControlHeightReductionPass()); in buildFunctionSimplificationPipeline()