Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1107 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1158 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h279 bool needsComdatForCounter(const Function &F, const Module &M);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp901 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()