Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp380 struct MainSwitch { struct
381 MainSwitch(SwitchInst *SI, OptimizationRemarkEmitter *ORE) { in MainSwitch() argument
392 virtual ~MainSwitch() = default;
496 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths()
1265 MainSwitch Switch(SI, ORE); in run()