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.cpp558 struct AllSwitchPaths { struct
559 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE, in AllSwitchPaths() function
799 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA()
1320 AllSwitchPaths *SwitchPaths;
1340 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run()
1367 AllSwitchPaths SwitchPaths(&Switch, ORE, LI, in run()
1392 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()