Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp1044 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1091 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProf.h271 bool needsComdatForCounter(const Function &F, const Module &M);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp761 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()