Searched defs:ComdatMembers (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | GlobalDCE.h | 45 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; variable
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 501 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers; member in __anoncdc89db00211::FuncPGOInstrumentation 537 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in FuncPGOInstrumentation() 615 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in canRenameComdat() 724 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in instrumentOneFunc() 854 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers, in PGOUseFunc() 1377 std::unordered_multimap<Comdat *, GlobalValue *> &ComdatMembers) { in collectComdatMembers() 1395 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in InstrumentAllFunctions() local 1469 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; in annotateAllFunctions() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 107 ComdatMembersType ComdatMembers; in findPartitions() local
|