Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp277 auto LTOIter = LTONameLookup1.find(LTOName); in matchFunctions() local
278 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()