Searched refs:needsComdatForCounter (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 271 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 D | InstrProf.cpp | 1044 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 D | InstrProf.cpp | 1134 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 D | InstrProf.h | 271 bool needsComdatForCounter(const Function &F, const Module &M);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | InstrProf.h | 298 bool needsComdatForCounter(const Function &F, const Module &M);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 284 bool needsComdatForCounter(const Function &F, const Module &M);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | InstrProf.h | 298 bool needsComdatForCounter(const Function &F, const Module &M);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | InstrProf.h | 298 bool needsComdatForCounter(const Function &F, const Module &M);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | InstrProf.h | 321 bool needsComdatForCounter(const GlobalObject &GV, const Module &M);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 761 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 908 bool NeedComdat = needsComdatForCounter(*Fn, *M); in getOrCreateRegionCounters()
|