Searched defs:Cluster (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | CallGraphSort.cpp | 60 struct Cluster { struct 61 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function 63 double getDensity() const { in getDensity() 69 int next; 70 int prev; 71 uint64_t size; 72 uint64_t weight = 0; 73 uint64_t initialWeight = 0; 74 Edge bestPred = {-1, 0};
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | CallGraphSort.cpp | 32 struct Cluster { struct 33 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument 35 double getDensity() const { in getDensity() 41 int next; 42 int prev; 43 uint64_t size; 44 uint64_t weight = 0; 45 uint64_t initialWeight = 0; 46 Edge bestPred = {-1, 0};
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | RegionStore.cpp | 277 ClusterBindings Cluster = in addBinding() local 292 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local 305 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local 644 const ClusterBindings &Cluster = I.getData(); in iterBindings() local 744 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local 793 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local 858 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 930 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 948 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local 2022 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
|
| D | MachineScheduler.h | 813 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.cpp | 226 bool Cluster = false; in ClusterNeighboringLoads() local
|