Home
last modified time | relevance | path

Searched refs:UnderlyingObjectsVector (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp129 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
153 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
161 Objects.push_back(UnderlyingObjectsVector::value_type(V, true)); in getUnderlyingObjectsForInstr()
935 UnderlyingObjectsVector Objs; in buildSchedGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; variable