OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentCluster
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.cpp
144
Cluster &
CurrentCluster
= Clusters_.back();
145
ClusterIdForPoint_[P] =
CurrentCluster
.Id; /* Label initial point */
146
CurrentCluster
.PointIndices.push_back(P);
158
ClusterIdForPoint_[Q] =
CurrentCluster
.Id;
159
CurrentCluster
.PointIndices.push_back(Q);
166
ClusterIdForPoint_[Q] =
CurrentCluster
.Id;
167
CurrentCluster
.PointIndices.push_back(Q);
214
Cluster &
CurrentCluster
= Clusters_.back();
216
for_each(PointsOfOpcode, [this, &
CurrentCluster
](size_t P) {
217
ClusterIdForPoint_[P] =
CurrentCluster
.Id
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp
447
unsigned
CurrentCluster
= 0;
483
((unsigned)BBIndex),
CurrentCluster
, CurrentPosition++});
485
CurrentCluster
++;
498
CurrentCluster
= 0;
Completed in 16 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026