Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegInfo

126   // RegInfo - Keep additional information about each live range.
127 struct RegInfo {
133 RegInfo() : Stage(RS_New), Cascade(0) {}
136 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;