Searched refs:HintType (Results 1 – 1 of 1) sorted by relevance
131 for (const auto &HintType : HintTypes) { in findPrefetchInfo() local132 if (Name.startswith(HintType.first)) { in findPrefetchInfo()133 Name = Name.drop_front(HintType.first.size()); in findPrefetchInfo()134 IID = HintType.second; in findPrefetchInfo()