Searched refs:ExecCount (Results 1 – 1 of 1) sorted by relevance
34 double ExecCount; member in __anon0b02fc710111::ProfileEstimatorPass42 : 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()