reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { 109 UnderlyingObject(ValueType V, bool MayAlias) 112 ValueType getValue() const { return getPointer(); } 220 ValueType V);lib/CodeGen/ScheduleDAGInstrs.cpp
606 class ScheduleDAGInstrs::Value2SUsMap : public MapVector<ValueType, SUList> { 618 ValueType &operator[](const SUList &Key) { 623 void inline insert(SUnit *SU, ValueType V) { 629 void inline clearList(ValueType V) { 670 ValueType V) { 948 ValueType V = UnderlObj.getValue(); 958 ValueType V = UnderlObj.getValue(); 978 ValueType V = UnderlObj.getValue();