Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h58 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; variable
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp534 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; global() member in __anonfed3d47e0111::FuncPGOInstrumentation
587 FuncPGOInstrumentation(Function & Func,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool CreateGlobalVar=false,BranchProbabilityInfo * BPI=nullptr,BlockFrequencyInfo * BFI=nullptr,bool IsCS=false,bool InstrumentFuncEntry=true,bool HasSingleByteCoverage=false) FuncPGOInstrumentation() argument
696 canRenameComdat(Function & F,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) canRenameComdat() argument
874 instrumentOneFunc(Function & F,Module * M,TargetLibraryInfo & TLI,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,bool IsCS) instrumentOneFunc() argument
1092 PGOUseFunc(Function & Func,Module * Modu,TargetLibraryInfo & TLI,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers,BranchProbabilityInfo * BPI,BlockFrequencyInfo * BFIin,ProfileSummaryInfo * PSI,bool IsCS,bool InstrumentFuncEntry,bool HasSingleByteCoverage) PGOUseFunc() argument
1788 collectComdatMembers(Module & M,std::unordered_multimap<Comdat *,GlobalValue * > & ComdatMembers) collectComdatMembers() argument
1858 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; InstrumentAllFunctions() local
2086 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; annotateAllFunctions() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp123 ComdatMembersType ComdatMembers; findPartitions() local