OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileEstimatorPass
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
1
//===-
ProfileEstimatorPass
.cpp - LLVM Pass to estimate profile info ------===//
33
class
ProfileEstimatorPass
: public FunctionPass, public ProfileInfo {
41
explicit
ProfileEstimatorPass
(const double execcount = 0)
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
::printEdgeWeight(Edge E)
[
all
...]
Android.mk
46
ProfileEstimatorPass
.cpp \
/external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp
58
INITIALIZE_PASS_DEPENDENCY(
ProfileEstimatorPass
)
Completed in 695 milliseconds