Searched refs:SwitchPaths (Results 1 – 1 of 1) sorted by relevance
718 : 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; member1278 AllSwitchPaths SwitchPaths(&Switch, ORE); in run() local1279 SwitchPaths.run(); in run()1281 if (SwitchPaths.getNumThreadingPaths() > 0) { in run()1282 ThreadableLoops.push_back(SwitchPaths); in run()[all …]