Searched refs:ControlHeightReductionPass (Results 1 – 7 of 7) sorted by relevance
21 class ControlHeightReductionPass :22 public PassInfoMixin<ControlHeightReductionPass> {24 ControlHeightReductionPass();
2047 ControlHeightReductionPass::ControlHeightReductionPass() { in ControlHeightReductionPass() function in llvm::ControlHeightReductionPass2051 PreservedAnalyses ControlHeightReductionPass::run( in run()
160 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
166 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
195 ; CHECK-O3-NEXT: Running pass: ControlHeightReductionPass on foo
262 FUNCTION_PASS("chr", ControlHeightReductionPass())
605 FPM.addPass(ControlHeightReductionPass()); in buildFunctionSimplificationPipeline()