Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp555 struct AllSwitchPaths { struct
556 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths() argument
701 TransformDFA(AllSwitchPaths *SwitchPaths, DominatorTree *DT, in TransformDFA()
1194 AllSwitchPaths *SwitchPaths;
1214 SmallVector<AllSwitchPaths, 2> ThreadableLoops; in run()
1237 AllSwitchPaths SwitchPaths(&Switch, ORE); in run()
1256 for (AllSwitchPaths SwitchPaths : ThreadableLoops) { in run()