Searched refs:Cells (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp282 CellMap Cells; member in class:__anon2231::MachineConstPropagator
643 const LatticeCell &T = Cells.get(DefR.Reg);
645 Cells.update(DefR.Reg, Bottom);
651 LatticeCell DefC = Cells.get(DefR.Reg);
668 if (!Cells.has(UseR.Reg))
672 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC);
678 Cells.update(DefR.Reg, DefC);
690 bool Eval = MCE.evaluate(MI, Cells, Outputs);
712 const LatticeCell &T = Cells.get(DefR.Reg);
714 Cells
[all...]

Completed in 110 milliseconds