Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp471 SmallVector<std::pair<uint64_t, Type *>, 16> TypesVector; in SRAGlobal() local
472 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()