Lines Matching refs:Cells
281 CellMap Cells; member in __anona14c30040111::MachineConstPropagator
642 const LatticeCell &T = Cells.get(DefR.Reg); in visitPHI()
644 Cells.update(DefR.Reg, Bottom); in visitPHI()
650 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI()
667 if (!Cells.has(UseR.Reg)) in visitPHI()
671 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI()
677 Cells.update(DefR.Reg, DefC); in visitPHI()
689 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch()
711 const LatticeCell &T = Cells.get(DefR.Reg); in visitNonBranch()
713 Cells.update(DefR.Reg, Bottom); in visitNonBranch()
719 LatticeCell RC = Cells.get(DefR.Reg); in visitNonBranch()
721 Cells.update(DefR.Reg, RC); in visitNonBranch()
748 EvalOk = EvalOk && MCE.evaluate(MI, Cells, Targets, FallsThru); in visitBranchesFrom()
797 << Cells.get(Reg) << '\n'); in visitUsesOf()
839 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors()
949 Cells.print(dbgs(), MCE.TRI); in propagate()
1002 Changed |= MCE.rewrite(MI, Cells); in rewrite()
1061 Cells.clear(); in run()