Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp423 struct MainSwitch { struct
424 MainSwitch(SwitchInst *SI, LoopInfo *LI, OptimizationRemarkEmitter *ORE) in MainSwitch() argument
436 virtual ~MainSwitch() = default;
559 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE, in AllSwitchPaths()
1351 MainSwitch Switch(SI, LI, ORE); in run()