Lines Matching refs:ComdatMembers

534   std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers;  member in __anon0925556b0111::FuncPGOInstrumentation
587 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() argument
591 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI), in FuncPGOInstrumentation()
617 if (!ComdatMembers.empty()) in FuncPGOInstrumentation()
696 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() argument
708 for (auto &&CM : make_range(ComdatMembers.equal_range(C))) { in canRenameComdat()
720 if (!canRenameComdat(F, ComdatMembers)) in renameComdatFunction()
748 for (auto &&CM : make_range(ComdatMembers.equal_range(OrigComdat))) { in renameComdatFunction()
874 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc() argument
883 F, TLI, ComdatMembers, true, BPI, BFI, IsCS, shouldInstrumentEntryBB(), in instrumentOneFunc()
1092 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() argument
1097 FuncInfo(Func, TLI, ComdatMembers, false, BPI, BFIin, IsCS, in PGOUseFunc()
1811 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers() argument
1816 ComdatMembers.insert(std::make_pair(C, &F)); in collectComdatMembers()
1819 ComdatMembers.insert(std::make_pair(C, &GV)); in collectComdatMembers()
1822 ComdatMembers.insert(std::make_pair(C, &GA)); in collectComdatMembers()
1881 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in InstrumentAllFunctions() local
1882 collectComdatMembers(M, ComdatMembers); in InstrumentAllFunctions()
1890 instrumentOneFunc(F, &M, TLI, BPI, BFI, ComdatMembers, IsCS); in InstrumentAllFunctions()
2111 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in annotateAllFunctions() local
2112 collectComdatMembers(M, ComdatMembers); in annotateAllFunctions()
2136 PGOUseFunc Func(F, &M, TLI, ComdatMembers, BPI, BFI, PSI, IsCS, in annotateAllFunctions()