Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp418 struct MainSwitch { struct
419 MainSwitch(SwitchInst *SI, OptimizationRemarkEmitter *ORE) { in MainSwitch() argument
430 virtual ~MainSwitch() = default;
556 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths()
1224 MainSwitch Switch(SI, ORE); in run()