Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DGlobalDCE.h51 std::unordered_multimap<Comdat *, GlobalValue *> ComdatMembers; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp517 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 DSplitModule.cpp110 ComdatMembersType ComdatMembers; in findPartitions() local