Searched defs:changesetlist_ty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | DeltaAlgorithm.h | 40 using changesetlist_ty = std::vector<changeset_ty>; variable |
H A D | DAGDeltaAlgorithm.h | 47 using changesetlist_ty = std::vector<changeset_ty>; variable |
/llvm-project/llvm/lib/Support/ | ||
H A D | DAGDeltaAlgorithm.cpp | 53 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; global() typedef in __anon5dbb262c0111::DAGDeltaAlgorithmImpl |