Home
last modified time | relevance | path

Searched refs:DepList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp104 SmallVector<TiReference, 4> DepList; in addTypeRefsFromSymbol() local
106 discoverTypeIndicesInSymbol(Sym, DepList); in addTypeRefsFromSymbol()
107 addReferencedTypes(Sym.content(), DepList); in addTypeRefsFromSymbol()
112 ArrayRef<TiReference> DepList) { in addReferencedTypes() argument
113 for (const auto &Ref : DepList) { in addReferencedTypes()
139 SmallVector<TiReference, 4> DepList; in markReferencedTypes() local
141 discoverTypeIndices(*Rec, DepList); in markReferencedTypes()
142 addReferencedTypes(Rec->content(), DepList); in markReferencedTypes()
H A DDumpOutputStyle.cpp1187 SmallVector<TypeIndex, 4> DepList; in buildDepSet() local
1195 codeview::discoverTypeIndices(Type, DepList); in buildDepSet()
1196 buildDepSet(Types, DepList, DepSet); in buildDepSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp231 using DepList = std::set<Instruction *, InstrLess>; typedef in __anoncba317990111::AlignVectors
342 DepList getUpwardDeps(Instruction *In, Instruction *Base) const;
846 -> DepList { in getUpwardDeps()
852 DepList Deps; in getUpwardDeps()
950 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups()
1208 DepList Deps = getUpwardDeps(In, To); in realignLoadGroup()