Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1204 bool NeedComdat = needsComdatForCounter(*Fn, M); in maybeSetComdat()
1430 bool NeedComdat = needsComdatForCounter(*Fn, M); in createDataVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1281 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1332 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h298 bool needsComdatForCounter(const Function &F, const Module &M);