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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileEstimatorPass.cpp1 //===- ProfileEstimatorPass.cpp - LLVM Pass to estimate profile info ------===//
33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { class in namespace:__anon10096
41 explicit ProfileEstimatorPass(const double execcount = 0) function in class:__anon10096::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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp58 INITIALIZE_PASS_DEPENDENCY(ProfileEstimatorPass)

Completed in 147 milliseconds