Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpTableToSwitch.h18 struct JumpTableToSwitchPass : PassInfoMixin<JumpTableToSwitchPass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp145 PreservedAnalyses JumpTableToSwitchPass::run(Function &F, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def373 FUNCTION_PASS("jump-table-to-switch", JumpTableToSwitchPass());
H A DPassBuilderPipelines.cpp588 FPM.addPass(JumpTableToSwitchPass()); in buildFunctionSimplificationPipeline()