Searched refs:LTOIter (Results 1 – 1 of 1) sorted by relevance
277 auto LTOIter = LTONameLookup1.find(LTOName); in matchFunctions() local278 if (LTOIter != LTONameLookup1.end()) { in matchFunctions()279 FuncMap.insert(std::make_pair<>(&Function2, LTOIter->second)); in matchFunctions()280 Bin1MappedFuncs.insert(LTOIter->second); in matchFunctions()282 if (Function2.hasValidProfile() && LTOIter->second->hasValidProfile()) { in matchFunctions()284 Bin1ProfiledMapped.insert(LTOIter->second); in matchFunctions()