Home | History | Annotate | Download | only in CodeGen

Lines Matching full:blocks

76 // Instructions in the conditional blocks TBB and/or FBB are spliced into the
125 /// Instructions in Head that define values used by the conditional blocks.
129 /// Register units clobbered by the conditional blocks.
169 /// it is possible. Add any erased blocks to RemovedBlocks.
451 /// blocks.
505 /// Any basic blocks erased will be added to RemovedBlocks.
542 // Erase the now empty conditional blocks. It is likely that Head can fall
543 // through to Tail, and we can join the two blocks.
628 /// Update the dominator tree after if-conversion erased some blocks.
631 // TBB and FBB should not dominate any blocks.
650 // edges, so updating LoopInfo is simply removing the dead blocks.
791 // Visit blocks in dominator tree post-order. The post-order enables nested
793 // blocks, but only blocks dominated by the head block. This makes it safe to