Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DProfileEstimatorPass.cpp33 class ProfileEstimatorPass : public FunctionPass, public ProfileInfo { class
41 explicit ProfileEstimatorPass(const double execcount = 0) in ProfileEstimatorPass() function in __anon361937eb0111::ProfileEstimatorPass
/external/llvm/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp58 INITIALIZE_PASS_DEPENDENCY(ProfileEstimatorPass) in INITIALIZE_PASS_DEPENDENCY() argument