OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outWeight
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp
42
double
outWeight
;
113
double
outWeight
= 0;
124
outWeight
+= EdgeWeight;
133
<< "
outWeight
=" << format("%20.20g",
outWeight
) << ","
151
<< "
outWeight
=" << format("%20.20g",DI->
outWeight
) << ","
243
DI.inWeight = DI.
outWeight
= 0;
268
DI.
outWeight
+= w;
273
DI.
outWeight
+= ReadOrAssert(PI->getEdge(BB,*bbi))
[
all
...]
ProfileInfo.cpp
596
double
outWeight
= 0;
601
readEdge(this,getEdge(BB,0),
outWeight
,outMissing);
604
readEdge(this,getEdge(BB,*sbbi),
outWeight
,outMissing);
616
if (inMissing.size() > 0 && outMissing.size() == 0 &&
outWeight
== 0) {
623
setExecutionCount(BB,
outWeight
);
[
all
...]
Completed in 4370 milliseconds