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