Searched refs:Cells (Results 1 – 3 of 3) sorted by relevance
1099 auto &Cells = CellDescs.Cells; in alignArrayInitializersRightJustified() local1101 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified()1172 auto &Cells = CellDescs.Cells; in alignArrayInitializersLeftJustified() local1174 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified()1231 SmallVector<CellDescription> Cells; in getCells() local1257 if (!Cells.empty()) in getCells()1258 Cells.back().EndIndex = i; in getCells()1264 if (!Cells.empty()) in getCells()1265 Cells.back().EndIndex = i; in getCells()1365 auto &Cells = CellDesc.Cells; in linkCells() local[all …]
198 SmallVector<CellDescription> Cells; member
281 CellMap Cells; member in __anona14c30040111::MachineConstPropagator644 Cells.update(DefR.Reg, Bottom); in visitPHI()650 LatticeCell DefC = Cells.get(DefR.Reg); in visitPHI()667 if (!Cells.has(UseR.Reg)) in visitPHI()677 Cells.update(DefR.Reg, DefC); in visitPHI()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()949 Cells.print(dbgs(), MCE.TRI); in propagate()1002 Changed |= MCE.rewrite(MI, Cells); in rewrite()[all …]