OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignoremissing
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-prof/
llvm-prof.cpp
71
static double
ignoreMissing
(double w) {
110
double w =
ignoreMissing
(PI.getEdgeWeight(std::make_pair(BB, Succ)));
162
double w =
ignoreMissing
(PI.getExecutionCount(FI));
166
double w =
ignoreMissing
(PI.getExecutionCount(BB));
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
96
static double
ignoreMissing
(double w) {
137
BBWeight +=
ignoreMissing
(w);
Completed in 269 milliseconds