Searched defs:ComdatMembers (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | GlobalDCE.h | 51 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 517 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; member in __anon0345afe20211::FuncPGOInstrumentation 559 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() 670 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() 853 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in instrumentOneFunc() 1031 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() 1841 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers() 1895 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in InstrumentAllFunctions() local 2116 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in annotateAllFunctions() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 110 ComdatMembersType ComdatMembers; in findPartitions() local
|