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.cpp546 SmallVector<std::tuple<uint64_t, Type *, Constant *>, 16> TypesVector; in SRAGlobal() local
548 TypesVector.push_back( in SRAGlobal()
551 sort(TypesVector, llvm::less_first()); in SRAGlobal()
555 for (const auto &[OffsetForTy, Ty, _] : TypesVector) { in SRAGlobal()
577 for (auto &[OffsetForTy, Ty, Initializer] : TypesVector) { in SRAGlobal()