Home
last modified time | relevance | path

Searched defs: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
502 SwitchInst *getSwitchInst() { return Switch; } in getSwitchInst()
503 BasicBlock *getSwitchBlock() { return SwitchBlock; } in getSwitchBlock()
505 void run() { in run()
553 PathsType paths(BasicBlock *BB, VisitedBlocks &Visited, in paths()
669 bool isSupported(const ThreadingPath &TPath) { in isSupported()
707 SwitchInst *Switch;
708 BasicBlock *SwitchBlock;
709 OptimizationRemarkEmitter *ORE;
[all …]