Home | History | Annotate | Download | only in Analysis

Lines Matching full:blocks

10 // This family of functions performs analyses on basic blocks, and instructions
11 // contained within basic blocks.
141 // multiple blocks, the first instruction of the block is reachable, so we
142 // only need to determine reachability between whole blocks.
184 // regardless of whether there's a path between the two blocks.
188 // Limit the number of blocks we visit. The goal is to avoid run-away compile
214 // All blocks in a single loop are reachable from all other blocks. From
215 // any of these blocks, we can skip directly to the exits of the loop,
216 // ignoring any other blocks inside the loop body.