Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DControlHeightReduction.h22 class ControlHeightReductionPass :
23 public PassInfoMixin<ControlHeightReductionPass> {
25 ControlHeightReductionPass();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2083 ControlHeightReductionPass::ControlHeightReductionPass() { in ControlHeightReductionPass() function in llvm::ControlHeightReductionPass
2087 PreservedAnalyses ControlHeightReductionPass::run( in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def208 FUNCTION_PASS("chr", ControlHeightReductionPass())
H A DPassBuilder.cpp859 FPM.addPass(ControlHeightReductionPass()); in buildFunctionSimplificationPipeline()