| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 32 struct Cluster { struct 33 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function 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/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 45 struct Cluster { struct 46 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument 48 double getDensity() const { in getDensity() 54 int next; 55 int prev; 56 uint64_t size; 57 uint64_t weight = 0; 58 uint64_t initialWeight = 0; 59 Edge bestPred = {-1, 0};
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 47 struct Cluster { struct 48 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument 50 double getDensity() const { in getDensity() 56 int next; 57 int prev; 58 uint64_t size; 59 uint64_t weight = 0; 60 uint64_t initialWeight = 0; 61 Edge bestPred = {-1, 0};
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 247 using Cluster = in printJson() typedef 437 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local 450 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local 908 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local 957 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local 1022 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 1093 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 1111 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local 2423 const ClusterBindings *Cluster = B.lookup(LazyR->getBaseRegion()); in getInterestingValues() local 2491 const ClusterBindings &Cluster = RI.getData(); in includedInBindings() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 82 SmallSet<SUnit *, 8> Cluster{{&FirstSU, &SecondSU}}; in fuseInstructionPair() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 932 BitVector Cluster; member 1024 BitVector Cluster = SG.createNodesBitVector(); in setupWorkList() local 1079 const BitVector &Cluster = Entry.Cluster; in pickPartition() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 174 Cluster = 2, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 76 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
|
| H A D | MachineScheduler.h | 1085 Cluster, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 230 bool Cluster = false; in ClusterNeighboringLoads() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6970 ArrayRef<int> Cluster = Mask.slice(I, Sz); in isRepeatedNonIdentityClusteredMask() local
|