Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { class
41 explicit ProfileEstimatorPass(const double execcount = 0) in ProfileEstimatorPass() function in __anonbdc4c7100111::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(); 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 …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp58 INITIALIZE_PASS_DEPENDENCY(ProfileEstimatorPass) in INITIALIZE_PASS_DEPENDENCY() argument