Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp540 SmallVector<std::tuple<uint64_t, Type *, Constant *>, 16> TypesVector; in SRAGlobal() local
542 TypesVector.push_back( in SRAGlobal()
545 sort(TypesVector, llvm::less_first()); in SRAGlobal()
549 for (const auto &[OffsetForTy, Ty, _] : TypesVector) { in SRAGlobal()
571 for (auto &[OffsetForTy, Ty, Initializer] : TypesVector) { in SRAGlobal()