Searched defs:ComdatMembers (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp106 ComdatMembersType ComdatMembers; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp528 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; member in class:__anon2637::FuncPGOInstrumentation
567 FuncPGOInstrumentation( Function &Func, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, bool CreateGlobalVar = false, BranchProbabilityInfo *BPI = nullptr, BlockFrequencyInfo *BFI = nullptr, bool IsCS = false) argument
648 canRenameComdat( Function &F, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) argument
804 instrumentOneFunc( Function &F, Module *M, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFI, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, bool IsCS) argument
956 PGOUseFunc(Function &Func, Module *Modu, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, BranchProbabilityInfo *BPI, BlockFrequencyInfo *BFIin, ProfileSummaryInfo *PSI, bool IsCS) argument
1446 collectComdatMembers( Module &M, std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) argument
1469 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; local
1561 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; local
[all...]

Completed in 131 milliseconds