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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp104 SmallVector<TiReference, 4> DepList; local
106 discoverTypeIndicesInSymbol(Sym, DepList);
107 addReferencedTypes(Sym.content(), DepList);
112 ArrayRef<TiReference> DepList) {
113 for (const auto &Ref : DepList) {
139 SmallVector<TiReference, 4> DepList; local
141 discoverTypeIndices(*Rec, DepList);
142 addReferencedTypes(Rec->content(), DepList);
111 addReferencedTypes(ArrayRef<uint8_t> RecData, ArrayRef<TiReference> DepList) argument
H A DDumpOutputStyle.cpp1188 SmallVector<TypeIndex, 4> DepList;
1196 codeview::discoverTypeIndices(Type, DepList);
1197 buildDepSet(Types, DepList, DepSet);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp231 using DepList = std::set<Instruction *, InstrLess>;
342 DepList getUpwardDeps(Instruction *In, Instruction *Base) const;
846 -> DepList {
852 DepList Deps;
950 DepList Deps = getUpwardDeps(Info.Inst, Base);
1208 DepList Deps = getUpwardDeps(In, To);
1210 // DepList is sorted with respect to positions in the basic block.

Completed in 101 milliseconds