Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp718 : SwitchPaths(SwitchPaths), DT(DT), AC(AC), TTI(TTI), ORE(ORE), in TransformDFA()
735 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform()
751 BasicBlock *BB = SwitchPaths->getSwitchBlock(); in isLegalAndProfitableToTransform()
1045 if (BB == SwitchPaths->getSwitchBlock()) { in updateSuccessorPhis()
1046 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis()
1235 AllSwitchPaths *SwitchPaths; member
1278 AllSwitchPaths SwitchPaths(&Switch, ORE); in run() local
1279 SwitchPaths.run(); in run()
1281 if (SwitchPaths.getNumThreadingPaths() > 0) { in run()
1282 ThreadableLoops.push_back(SwitchPaths); in run()
[all …]