Lines Matching refs:blocks
77 /// checked for unique exit and exiting blocks, and that the code is in LCSSA
94 // Make sure all exiting blocks produce the same incoming value for the exit
96 // blocks, then it is impossible to statically determine which value should
203 // Update the dominator tree and remove the instructions and blocks that will
225 // Erase the instructions and the blocks without having to worry
233 // Finally, the blocks from loopinfo. This has to happen late because
236 SmallPtrSet<BasicBlock*, 8> blocks;
237 blocks.insert(L->block_begin(), L->block_end());
238 for (SmallPtrSet<BasicBlock*,8>::iterator I = blocks.begin(),
239 E = blocks.end(); I != E; ++I)