Lines Matching full:cluster
9 // This pass creates the basic block cluster info by reading the basic block
10 // sections profile. The cluster info will be used by the basic-block-sections
36 // This struct represents the cluster information for a machine basic block,
41 // Cluster ID this basic block belongs to.
43 // Position of basic block within the cluster.
49 // BB Cluster information specified by `UniqueBBID`s.
92 // representing the basic block sections profile (cluster info) for this
143 // This contains the BB cluster information for the whole program.
145 // For every function name, it contains the cloning and cluster information
146 // for (all or some of) its basic blocks. The cluster information for every
147 // basic block includes its cluster ID along with the position of the basic
148 // block in that cluster.