Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp531 struct AllSwitchPaths { struct
532 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE, in AllSwitchPaths() argument
758 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA()
1280 AllSwitchPaths *SwitchPaths;
1300 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run()
1324 AllSwitchPaths SwitchPaths(&Switch, ORE, LI); in run()
1348 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()