Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp126 UnderlyingObjectsVector &Objects, in getUnderlyingObjectsForInstr()
150 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
158 Objects.push_back(UnderlyingObjectsVector::value_type(V, true)); in getUnderlyingObjectsForInstr()
930 UnderlyingObjectsVector Objs; in buildSchedGraph()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; variable