Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RegMap

75     typedef DenseMap<unsigned, const MachineInstr*> RegMap;
102 RegMap vregsLiveIn;
161 bool addRequired(const RegMap &RM) {
163 for (RegMap::const_iterator I = RM.begin(), E = RM.end(); I != E; ++I)