Searched refs:SwitchPaths (Results 1 – 1 of 1) sorted by relevance
758 : SwitchPaths(SwitchPaths), DT(DT), AC(AC), TTI(TTI), ORE(ORE), in TransformDFA()775 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform()787 BasicBlock *BB = SwitchPaths->getSwitchBlock(); in isLegalAndProfitableToTransform()1077 if (BB == SwitchPaths->getSwitchBlock()) { in updateSuccessorPhis()1078 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis()1267 AllSwitchPaths *SwitchPaths; member1310 AllSwitchPaths SwitchPaths(&Switch, ORE); in run() local1311 SwitchPaths.run(); in run()1313 if (SwitchPaths.getNumThreadingPaths() > 0) { in run()1314 ThreadableLoops.push_back(SwitchPaths); in run()[all …]