Searched refs:GetProfCount (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 27 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument 56 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 69 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 87 GetProfCountTy GetProfCount, in propagate() argument 99 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() argument 57 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 70 auto OptProfCount = GetProfCount(E.first, E.second); in propagateFromSCC() 88 GetProfCountTy GetProfCount, in propagate() argument 100 propagateFromSCC(SCC, GetProfCount, AddCount); in propagate()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | SyntheticCountsUtils.h | 40 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 44 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | SyntheticCountsUtils.h | 43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, 47 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
|