Searched refs:ProfileEstimatorPass (Results 1 – 2 of 2) sorted by relevance
33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { class41 explicit ProfileEstimatorPass(const double execcount = 0) in ProfileEstimatorPass() function in __anonbdc4c7100111::ProfileEstimatorPass75 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(); in createProfileEstimatorPass()92 return new ProfileEstimatorPass(execcount); in createProfileEstimatorPass()105 void inline ProfileEstimatorPass::printEdgeWeight(Edge E) { in printEdgeWeight()119 void ProfileEstimatorPass::recurseBasicBlock(BasicBlock *BB) { in recurseBasicBlock()[all …]
58 INITIALIZE_PASS_DEPENDENCY(ProfileEstimatorPass) in INITIALIZE_PASS_DEPENDENCY() argument