Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RegMap

73     typedef DenseMap<unsigned, const MachineInstr*> RegMap;
98 RegMap vregsLiveIn;
157 bool addRequired(const RegMap &RM) {
159 for (RegMap::const_iterator I = RM.begin(), E = RM.end(); I != E; ++I)