Searched defs:ProfileEstimatorPass (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileEstimatorPass.cpp1 //===- ProfileEstimatorPass.cpp - LLVM Pass to estimate profile info ------===//
33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { class in namespace:__anon6580
41 explicit ProfileEstimatorPass(const double execcount = 0) function in class:__anon6580::ProfileEstimatorPass
75 char ProfileEstimatorPass::ID = 0;
76 INITIALIZE_AG_PASS_BEGIN(ProfileEstimatorPass, ProfileInfo, "profile-estimator",
79 INITIALIZE_AG_PASS_END(ProfileEstimatorPass, ProfileInfo, "profile-estimator",
83 char &ProfileEstimatorPassID = ProfileEstimatorPass::ID;
86 return new ProfileEstimatorPass();
92 return new ProfileEstimatorPass(execcount);
105 void inline ProfileEstimatorPass
[all...]

Completed in 62 milliseconds