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