Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp130 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
154 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
162 Objects.push_back(UnderlyingObjectsVector::value_type(V, true)); in getUnderlyingObjectsForInstr()
942 UnderlyingObjectsVector Objs; in buildSchedGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; variable