HomeSort by relevance Sort by last modified time
    Searched refs:UnderlyingObjectsVector (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 96 typedef SmallVector<UnderlyingObject, 4> UnderlyingObjectsVector;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 168 UnderlyingObjectsVector &Objects,
191 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias));
200 Objects.push_back(UnderlyingObjectsVector::value_type(V, true));
    [all...]

Completed in 84 milliseconds