Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp926 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
975 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h276 bool needsComdatForCounter(const Function &F, const Module &M);
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp683 if (!needsComdatForCounter(F, M)) in getOrCreateProfileComdat()