Searched refs:DepList (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 104 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 D | DumpOutputStyle.cpp | 1187 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 D | HexagonVectorCombine.cpp | 231 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()
|