Home
last modified time | relevance | path

Searched defs:Cluster (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp216 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 DScheduleDAG.h70 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
H A DMachineScheduler.h747 NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp225 bool Cluster = false; in ClusterNeighboringLoads() local