Searched refs:execcount (Results 1 – 1 of 1) sorted by relevance
41 explicit ProfileEstimatorPass(const double execcount = 0) in ProfileEstimatorPass() argument42 : FunctionPass(ID), ExecCount(execcount) { in ProfileEstimatorPass()44 if (execcount == 0) ExecCount = LoopWeight; in ProfileEstimatorPass()91 Pass *createProfileEstimatorPass(const unsigned execcount) { in createProfileEstimatorPass() argument92 return new ProfileEstimatorPass(execcount); in createProfileEstimatorPass()