Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp705 : SwitchPaths(SwitchPaths), DT(DT), AC(AC), TTI(TTI), ORE(ORE), in TransformDFA()
722 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform()
734 BasicBlock *BB = SwitchPaths->getSwitchBlock(); in isLegalAndProfitableToTransform()
1014 if (BB == SwitchPaths->getSwitchBlock()) { in updateSuccessorPhis()
1015 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis()
1194 AllSwitchPaths *SwitchPaths; member
1237 AllSwitchPaths SwitchPaths(&Switch, ORE); in run() local
1238 SwitchPaths.run(); in run()
1240 if (SwitchPaths.getNumThreadingPaths() > 0) { in run()
1241 ThreadableLoops.push_back(SwitchPaths); in run()
[all …]