Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp240 std::set<const BinaryFunction *> Bin1ProfiledMapped; in matchFunctions() local
257 Bin1ProfiledMapped.insert(Iter->second); in matchFunctions()
271 Bin1ProfiledMapped.insert(Iter->second); in matchFunctions()
284 Bin1ProfiledMapped.insert(LTOIter->second); in matchFunctions()
301 if (!Function.hasValidProfile() || Bin1ProfiledMapped.count(&Function)) in matchFunctions()