Lines Matching refs:Function2
243 const BinaryFunction &Function2 = BFI2.second; in matchFunctions() local
246 for (const StringRef &Name : Function2.getNames()) { in matchFunctions()
252 FuncMap.insert(std::make_pair<>(&Function2, Iter->second)); in matchFunctions()
254 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
255 if (Function2.hasValidProfile() && Iter->second->hasValidProfile()) { in matchFunctions()
262 if (Match || !Function2.hasCFG()) in matchFunctions()
264 auto Iter = HashLookup.find(Function2.computeHash(/*UseDFS*/ true)); in matchFunctions()
266 FuncMap.insert(std::make_pair<>(&Function2, Iter->second)); in matchFunctions()
268 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
269 if (Function2.hasValidProfile() && Iter->second->hasValidProfile()) { in matchFunctions()
279 FuncMap.insert(std::make_pair<>(&Function2, LTOIter->second)); in matchFunctions()
281 Bin2MappedFuncs.insert(&Function2); in matchFunctions()
282 if (Function2.hasValidProfile() && LTOIter->second->hasValidProfile()) { in matchFunctions()
632 const BinaryFunction &Function2 = BFI2.second; in reportUnmapped() local
633 if (Bin2MappedFuncs.count(&Function2)) in reportUnmapped()
635 outs() << Function2.getPrintName() << "\n"; in reportUnmapped()