Searched defs:UnderlyingObject (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct in namespace:llvm
91 UnderlyingObject(ValueType V, bool MayAlias) function in struct:llvm::UnderlyingObject
96 typedef SmallVector<UnderlyingObject, 4> UnderlyingObjectsVector;

Completed in 77 milliseconds