Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceBasicBlocks.cpp134 int BBCount = 0; in countBasicBlocks() local
138 outs() << "\t" << ++BBCount << ": " << BB.getName() << "\n"; in countBasicBlocks()
140 outs() << "\t" << ++BBCount << ": Unnamed\n"; in countBasicBlocks()
143 return BBCount; in countBasicBlocks()
148 int BBCount = countBasicBlocks(Test.getProgram()); in reduceBasicBlocksDeltaPass() local
149 runDeltaPass(Test, BBCount, extractBasicBlocksFromModule); in reduceBasicBlocksDeltaPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp122 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run() local
123 BBCount /= EntryFreq; in run()
124 BBCount *= Counts[Caller]; in run()
125 return Optional<Scaled64>(BBCount); in run()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp120 Scaled64 BBCount(BFI.getBlockFreq(CSBB).getFrequency(), 0); in run() local
121 BBCount /= EntryFreq; in run()
122 BBCount *= Counts[Caller]; in run()
123 return Optional<Scaled64>(BBCount); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp48 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in run() local
49 if (!BBCount) in run()
69 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp76 Optional<uint64_t> BBCount = BFI.getBlockProfileCount(&BB); in runCGProfilePass() local
77 if (!BBCount) in runCGProfilePass()
96 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()