Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp535 struct AllSwitchPaths { struct
536 AllSwitchPaths(const MainSwitch *MSwitch, OptimizationRemarkEmitter *ORE) in AllSwitchPaths() function
542 SwitchInst *getSwitchInst() { return Switch; } in getSwitchInst()
543 BasicBlock *getSwitchBlock() { return SwitchBlock; } in getSwitchBlock()
545 void run() { in run()
593 PathsType paths(BasicBlock *BB, VisitedBlocks &Visited, in paths()
709 bool isSupported(const ThreadingPath &TPath) { in isSupported()
747 SwitchInst *Switch;
748 BasicBlock *SwitchBlock;
749 OptimizationRemarkEmitter *ORE;
[all …]