| /openbsd-src/gnu/llvm/lld/ELF/ | 
| H A D | CallGraphSort.cpp | 61 struct Cluster {  struct62   Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {}  in Cluster()  argument
 64   double getDensity() const {  in getDensity()
 70   int next;
 71   int prev;
 72   uint64_t size;
 73   uint64_t weight = 0;
 74   uint64_t initialWeight = 0;
 75   Edge bestPred = {-1, 0};
 
 | 
| /openbsd-src/gnu/llvm/lld/COFF/ | 
| H A D | CallGraphSort.cpp | 33 struct Cluster {  struct34   Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {}  in Cluster()  function
 36   double getDensity() const {  in getDensity()
 42   int next;
 43   int prev;
 44   uint64_t size;
 45   uint64_t weight = 0;
 46   uint64_t initialWeight = 0;
 47   Edge bestPred = {-1, 0};
 
 | 
| /openbsd-src/gnu/llvm/lld/MachO/ | 
| H A D | SectionPriorities.cpp | 48 struct Cluster {  struct49   Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {}  in Cluster()  argument
 51   double getDensity() const {  in getDensity()
 57   int next;
 58   int prev;
 59   uint64_t size;
 60   uint64_t weight = 0;
 61   uint64_t initialWeight = 0;
 62   Edge bestPred = {-1, 0};
 
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ | 
| H A D | Clustering.h | 81   struct Cluster {  struct83     explicit Cluster(const ClusterId &Id) : Id(Id) {}  in Cluster()  argument
 85     const ClusterId Id;  argument
 96   const Cluster &getCluster(ClusterId Id) const {  in getCluster()  argument
 
 | 
| H A D | Analysis.cpp | 308   for (const SchedClassCluster &Cluster : Clusters) {  in printSchedClassClustersHtml()  local433   const auto &Cluster = Clustering_.getCluster(Id);  in printClusterRawHtml()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ | 
| H A D | RegionStore.cpp | 281   ClusterBindings Cluster =  in addBinding()  local296   const ClusterBindings *Cluster = lookup(K.getBaseRegion());  in lookup()  local
 309   const ClusterBindings *Cluster = lookup(Base);  in removeBinding()  local
 648       const ClusterBindings &Cluster = I.getData();  in iterBindings()  local
 739       const ClusterBindings &Cluster = RI.getData();  in GenerateClusters()  local
 788   const ClusterBindings *Cluster = B.lookup(R);  in scanReachableSymbols()  local
 853                          SValBuilder &SVB, const ClusterBindings &Cluster,  in collectSubRegionBindings()
 925                          SValBuilder &SVB, const ClusterBindings &Cluster,  in collectSubRegionBindings()
 943   const ClusterBindings *Cluster = B.lookup(ClusterHead);  in removeSubRegionBindings()  local
 2277   const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion());  in getInterestingValues()  local
 [all …]
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ | 
| H A D | ScheduleDAG.h | 74       Cluster       ///< Weak DAG edge linking a chain of clustered instrs.  enumerator
 | 
| H A D | MachineScheduler.h | 843     NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak,  enumerator
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ | 
| H A D | ScheduleDAGSDNodes.cpp | 229   bool Cluster = false;  in ClusterNeighboringLoads()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ | 
| H A D | SLPVectorizer.cpp | 4073     ArrayRef<int> Cluster = Mask.slice(I, Sz);  in isRepeatedNonIdentityClusteredMask()  local
 |