Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp34 double ExecCount; member in __anon0b02fc710111::ProfileEstimatorPass
42 : FunctionPass(ID), ExecCount(execcount) { in ProfileEstimatorPass()
44 if (execcount == 0) ExecCount = LoopWeight; in ProfileEstimatorPass()
209 EdgeInformation[BB->getParent()][edge] = BBWeight * ExecCount; in recurseBasicBlock()
252 BBWeight *= (ExecCount+1); in recurseBasicBlock()