Home
last modified time | relevance | path

Searched refs:needsComdatForCounter (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1071 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1118 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h278 bool needsComdatForCounter(const Function &F, const Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp841 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()