Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp495 struct AllSwitchPaths { struct
496 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths() function
714 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA()
1235 AllSwitchPaths *SwitchPaths;
1255 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run()
1278 AllSwitchPaths SwitchPaths(&Switch, ORE); in run()
1297 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()