Searched defs:Cluster (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 216 const ClusterBindings &Cluster = I.getData(); in dump() local 248 ClusterBindings Cluster = (ExistingCluster ? *ExistingCluster in addBinding() local 263 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local 276 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local 590 const ClusterBindings &Cluster = I.getData(); in iterBindings() local 701 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local 750 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local 815 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 887 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings() 905 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 70 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
|
H A D | MachineScheduler.h | 747 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 225 bool Cluster = false; in ClusterNeighboringLoads() local
|