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.cpp41 explicit ProfileEstimatorPass(const double execcount = 0) in ProfileEstimatorPass() argument
42 : FunctionPass(ID), ExecCount(execcount) { in ProfileEstimatorPass()
44 if (execcount == 0) ExecCount = LoopWeight; in ProfileEstimatorPass()
91 Pass *createProfileEstimatorPass(const unsigned execcount) { in createProfileEstimatorPass() argument
92 return new ProfileEstimatorPass(execcount); in createProfileEstimatorPass()