Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp535 struct AllSwitchPaths { struct
536 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths() function
754 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA()
1267 AllSwitchPaths *SwitchPaths;
1287 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run()
1310 AllSwitchPaths SwitchPaths(&Switch, ORE); in run()
1329 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()