Searched refs:TypesVector (Results 1 – 1 of 1) sorted by relevance
471 SmallVector<std::pair<uint64_t, Type *>, 16> TypesVector; in SRAGlobal() local472 append_range(TypesVector, Types); in SRAGlobal()473 sort(TypesVector, llvm::less_first()); in SRAGlobal()477 for (const auto &Pair : TypesVector) { in SRAGlobal()514 for (auto &Pair : TypesVector) { in SRAGlobal()