Searched defs:ComdatMembers (Results 1 - 3 of 3) 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/Utils/
H A DSplitModule.cpp106 ComdatMembersType ComdatMembers; local
/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
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...]

Completed in 74 milliseconds