Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1416 bool needsComdatForCounter(const GlobalObject &GO, const Module &M) { in needsComdatForCounter() function
1467 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1443 bool NeedComdat = needsComdatForCounter(*GO, M); in maybeSetComdat()
1769 bool NeedComdat = needsComdatForCounter(*Fn, M); in createDataVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h318 bool needsComdatForCounter(const GlobalObject &GV, const Module &M);