Searched refs:execcount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileEstimatorPass.cpp41 explicit ProfileEstimatorPass(const double execcount = 0)
42 : FunctionPass(ID), ExecCount(execcount) {
44 if (execcount == 0) ExecCount = LoopWeight;
91 Pass *createProfileEstimatorPass(const unsigned execcount) { argument
92 return new ProfileEstimatorPass(execcount);

Completed in 64 milliseconds