Searched defs:Cluster (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 81 struct Cluster { struct 83 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster() function 85 const ClusterId Id; argument 96 const Cluster &getCluster(ClusterId Id) const { in getCluster() argument
|
H A D | Analysis.cpp | 312 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local 438 const auto &Cluster = Clustering_.getCluster(Id); in printClusterRawHtml() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A 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 …]
|
/netbsd-src/external/apache2/llvm/dist/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 | 813 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 226 bool Cluster = false; in ClusterNeighboringLoads() local
|