Searched refs:ComdatMembers (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h44 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; member in class:llvm::GlobalDCEPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp532 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; member in class:__anon4591::FuncPGOInstrumentation
573 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers,
576 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI),
594 if (!ComdatMembers.empty())
654 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) {
666 for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
679 if (!canRenameComdat(F, ComdatMembers))
707 for (auto &&CM : make_range(ComdatMembers.equal_range(OrigComdat))) {
842 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers,
571 FuncPGOInstrumentation( Function &Func, TargetLibraryInfo &TLI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, bool CreateGlobalVar = false, BranchProbabilityInfo *BPI = nullptr, BlockFrequencyInfo *BFI = nullptr, bool IsCS = false) argument
652 canRenameComdat( Function &F, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) argument
839 instrumentOneFunc( Function &F, Module *M, TargetLibraryInfo &TLI, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, bool IsCS) argument
1004 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFIin, ProfileSummaryInfo *PSI, bool IsCS) argument
1494 collectComdatMembers( Module &M, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) argument
1518 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; local
1618 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp106 ComdatMembersType ComdatMembers; local
108 auto recordGVSet = [&GVtoClusterMap, &ComdatMembers](GlobalValue &GV) {
120 auto &Member = ComdatMembers[C];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp153 for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
306 ComdatMembers.insert(std::make_pair(C, &F));
309 ComdatMembers.insert(std::make_pair(C, &GV));
312 ComdatMembers.insert(std::make_pair(C, &GA));
440 ComdatMembers.clear();

Completed in 119 milliseconds