Home
last modified time | relevance | path

Searched defs: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
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp58 INITIALIZE_PASS_DEPENDENCY(ProfileEstimatorPass) in INITIALIZE_PASS_DEPENDENCY() argument