Home | History | Annotate | Download | only in Mips

Lines Matching defs:ValueType

38 typedef PointerUnion<const Value *, const PseudoSourceValue *> ValueType;
42 ScopedHashTableVal<ValueType, CntRegP> >
44 typedef ScopedHashTable<ValueType, CntRegP, DenseMapInfo<ValueType>,
83 ValueType &Val) const;
87 unsigned getCount(ValueType Entry);
91 unsigned getReg(ValueType Entry);
94 void incCntAndSetReg(ValueType Entry, unsigned Reg);
215 ValueType Entry;
247 ValueType &Val) const {
283 unsigned OptimizePICCall::getCount(ValueType Entry) {
287 unsigned OptimizePICCall::getReg(ValueType Entry) {
293 void OptimizePICCall::incCntAndSetReg(ValueType Entry, unsigned Reg) {