OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bbweight
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp
39
double
BBWeight
;
96
double
BBWeight
= PI->getExecutionCount(BB);
97
if (
BBWeight
== ProfileInfoT<FType, BType>::MissingValue) {
BBWeight
= 0; }
130
<< "
BBWeight
=" << format("%20.20g",
BBWeight
) << ","
148
<< "
BBWeight
=" << format("%20.20g",DI->
BBWeight
) << ","
279
DI.
BBWeight
= PI->getExecutionCount(BB);
280
CheckValue(DI.
BBWeight
== ProfileInfoT<FType, BType>::MissingValue
[
all
...]
ProfileEstimatorPass.cpp
129
double
BBWeight
= 0;
137
BBWeight
+= ignoreMissing(w);
154
BBWeight
= getExecutionCount(BB);
181
double incoming =
BBWeight
;
206
EdgeInformation[BB->getParent()][edge] =
BBWeight
;
209
EdgeInformation[BB->getParent()][edge] =
BBWeight
* ExecCount;
252
BBWeight
*= (ExecCount+1);
255
BlockInformation[BB->getParent()][BB] =
BBWeight
;
268
EdgeInformation[BB->getParent()][edge] =
BBWeight
;
276
BBWeight
-= getEdgeWeight(edge)
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
CFGMST.h
102
uint64_t
BBWeight
=
109
uint64_t scaleFactor =
BBWeight
;
123
addEdge(&*BB, nullptr,
BBWeight
);
125
<< " w = " <<
BBWeight
<< "\n");
/external/llvm/lib/Transforms/IPO/
SampleProfile.cpp
866
uint64_t &
BBWeight
= BlockWeights[EC]
[
all
...]
Completed in 776 milliseconds