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.cpp394 struct MainSwitch { struct
395 MainSwitch(SwitchInst *SI, LoopInfo *LI, OptimizationRemarkEmitter *ORE) in MainSwitch() function
407 virtual ~MainSwitch() = default;
532 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE, in AllSwitchPaths()
1311 MainSwitch Switch(SI, LI, ORE); in run()