Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp49 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in run() local
50 if (!BBCount) in run()
70 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()