HomeSort by: relevance | last modified time | path
    Searched refs:needsComdatForCounter (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1071 bool needsComdatForCounter(const Function &F, const Module &M) {
1118 if (!needsComdatForCounter(F, *(F.getParent())))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 278 bool needsComdatForCounter(const Function &F, const Module &M);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 841 bool NeedComdat = needsComdatForCounter(*Fn, *M);

Completed in 30 milliseconds