Lines Matching full:clusters
21 // clusters of basic blocks. Every cluster will be emitted into a separate
23 // optimized performance, the clusters must form an optimal BB layout for the
27 // For example, consider the following clusters for a function foo (consisting
85 // Placing the cold clusters in a separate section mitigates against poor
91 cl::desc("The text prefix to use for cold basic block clusters"),
133 "into clusters of basic blocks.",
138 "into clusters of basic blocks.", in INITIALIZE_PASS_DEPENDENCY()
176 // All explicitly specified clusters of basic blocks will be ordered
179 // clusters, they are moved into a single "Exception" section. Eventually,
180 // clusters are ordered in increasing order of their IDs, with the "Exception"
181 // and "Cold" succeeding all other clusters.
302 // clusters of basic blocks using basic block ids. Source drift can in handleBBSections()
351 // contiguous and ordered accordingly. Furthermore, clusters are ordered in in handleBBSections()