OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EdgeWeights
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h
31
typedef std::vector<EdgeWeight>
EdgeWeights
;
69
MaximumSpanningTree(
EdgeWeights
&EdgeVector) {
76
for (typename
EdgeWeights
::iterator EWi = EdgeVector.begin(),
85
for (typename
EdgeWeights
::iterator EWi = EdgeVector.begin(),
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h
61
bool
EdgeWeights
;
71
EdgeWeights
= !!BPI; // Print
EdgeWeights
when BPI is available.
95
void setEdgeWeights(bool
EdgeWeights
) { this->
EdgeWeights
=
EdgeWeights
; }
97
bool showEdgeWeights() { return
EdgeWeights
; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseImpl.h
154
EdgeWeightMap
EdgeWeights
;
204
EdgeWeights
.clear();
224
<< "]: " <<
EdgeWeights
[E] << "\n";
517
return
EdgeWeights
[E];
614
EdgeWeights
[SingleEdge] < BlockWeights[EC]) {
617
EdgeWeights
[SingleEdge] = BlockWeights[EC];
624
EdgeWeights
[UnknownEdge] = BBWeight - TotalWeight;
626
EdgeWeights
[UnknownEdge] = 0;
634
EdgeWeights
[UnknownEdge] > BlockWeights[OtherEC])
635
EdgeWeights
[UnknownEdge] = BlockWeights[OtherEC]
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026