reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
697 if (!Register::isVirtualRegister(DefR.Reg)) 702 const LatticeCell &T = Cells.get(DefR.Reg); 704 Cells.update(DefR.Reg, Bottom); 708 if (!Outputs.has(DefR.Reg)) 710 LatticeCell RC = Cells.get(DefR.Reg); 711 Changed = RC.meet(Outputs.get(DefR.Reg)); 712 Cells.update(DefR.Reg, RC); 715 visitUsesOf(DefR.Reg);