Home | History | Annotate | Download | only in optimizing

Lines Matching full:blocks

78   // post dominated blocks.
114 // Add to the work list if the instruction is not in the list of blocks
252 // Step (1): Visit post order to get a subset of blocks post dominated by `end_block`.
255 // we should start the analysis from blocks dominated by an uncommon branch, but we
281 // Now that we have found a subset of post-dominated blocks, add to the worklist all inputs
282 // of instructions in these blocks that are not themselves in these blocks.
283 // Also find the common dominator of the found post dominated blocks, to help filtering
312 // is not dominating the post dominated blocks, bail.
314 // instead check if the dominated blocks post dominate the user's block,
405 // Find the ideal position within the post dominated blocks.
411 // Bail if we could not find a position in the post dominated blocks (for example,
413 // post dominated blocks).