Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1134 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1185 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h284 bool needsComdatForCounter(const Function &F, const Module &M);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp908 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()