Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h108 typedef std::vector<BranchInfo> ContainerTy; typedef
111 ContainerTy Data;
112 ContainerTy EntryData;
122 FuncBranchData(StringRef Name, ContainerTy Data) in FuncBranchData()
125 FuncBranchData(StringRef Name, ContainerTy Data, ContainerTy EntryData) in FuncBranchData()
197 typedef std::vector<MemInfo> ContainerTy; typedef
200 ContainerTy Data;
213 FuncMemData(StringRef Name, ContainerTy Data) in FuncMemData()
243 typedef std::vector<SampleInfo> ContainerTy; typedef
246 ContainerTy Data;
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLExtras.h228 template <typename ContainerTy>
235 template <typename ContainerTy>
250 template <typename ContainerTy>
255 template <typename ContainerTy>
273 template <typename ContainerTy> bool hasSingleElement(ContainerTy &&C) {
379 template <typename ContainerTy>
380 auto reverse(ContainerTy &&C,
389 auto reverse(ContainerTy &&C,
1327 template <typename ContainerTy> auto make_first_range(ContainerTy &&c) {
1337 template <typename ContainerTy> auto make_second_range(ContainerTy &&c) {
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp232 template <class ContainerTy>
233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp1100 Name, FuncSampleData(Name, FuncSampleData::ContainerTy()))); in parseInNoLBRMode()
1112 std::make_pair(Name, FuncMemData(Name, FuncMemData::ContainerTy()))); in parseInNoLBRMode()
1163 Name, FuncBranchData(Name, FuncBranchData::ContainerTy(), in parse()
1164 FuncBranchData::ContainerTy()))); in parse()
1175 std::make_pair(Name, FuncMemData(Name, FuncMemData::ContainerTy()))); in parse()
H A DDataAggregator.cpp697 FuncSampleData(LocName, FuncSampleData::ContainerTy()))); in doSample()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3259 using ContainerTy = BoUpSLP::TreeEntry::VecTreeTy; typedef
3266 ContainerTy &VectorizableTree;
3269 ContainerTy &VT) in ChildIteratorType()
3290 using ItTy = ContainerTy::iterator;