Searched defs:clusters (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Shape/Transforms/ |
H A D | OutlineShapeComputation.cpp | 96 getOrderedClusters(const DenseMap<Value, DenseSet<Operation *>> &clusters, in getOrderedClusters() argument 124 DenseMap<Value, SmallVector<Operation *, 8>> &clusters, in constructShapeFunc() argument 228 DenseMap<Value, SmallVector<Operation *, 8>> clusters = in runOnOperation() local 265 DenseMap<Value, DenseSet<Operation *>> clusters; in constructClustersForEachShape() local 277 getClusterFromValue(Value shape,DenseMap<Value,DenseSet<Operation * >> & clusters) getClusterFromValue() argument [all...] |
/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 57 std::vector<Cluster> clusters; member in __anon2bbc5d810111::CallGraphSort [all...] |
/llvm-project/lld/ELF/ |
H A D | CallGraphSort.cpp | 96 std::vector<Cluster> clusters; global() member in __anonb9d340fa0111::CallGraphSort [all...] |
/llvm-project/lld/MachO/ |
H A D | SectionPriorities.cpp | 72 std::vector<Cluster> clusters; global() member in __anona29962b40111::CallGraphSort [all...] |
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | RegionUtils.cpp | 768 SmallVector<BlockMergeCluster, 1> clusters; mergeIdenticalBlocks() local
|