Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1072 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1119 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h278 bool needsComdatForCounter(const Function &F, const Module &M);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp869 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()