Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp271 static inline bool needsComdatForCounter(Function &F, Module &M) { in needsComdatForCounter() function
300 if (!needsComdatForCounter(F, M)) in getOrCreateProfileComdat()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp1044 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1091 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProf.cpp1134 bool needsComdatForCounter(const Function &F, const Module &M) { in needsComdatForCounter() function
1185 if (!needsComdatForCounter(F, *(F.getParent()))) in canRenameComdatFunc()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h271 bool needsComdatForCounter(const Function &F, const Module &M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProf.h298 bool needsComdatForCounter(const Function &F, const Module &M);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h284 bool needsComdatForCounter(const Function &F, const Module &M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProf.h298 bool needsComdatForCounter(const Function &F, const Module &M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProf.h298 bool needsComdatForCounter(const Function &F, const Module &M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProf.h321 bool needsComdatForCounter(const GlobalObject &GV, const Module &M);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp761 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp908 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()