Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1044 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1091 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h271 bool needsComdatForCounter(const Function &F, const Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp761 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()