Home | History | Annotate | Download | only in Utils

Lines Matching full:domblock

1749   BasicBlock *DomBlock = 0;
1755 DomBlock = *pred_begin(IfBlock1);
1768 DomBlock = *pred_begin(IfBlock2);
1783 Instruction *InsertPt = DomBlock->getTerminator();
1789 DomBlock->getInstList().splice(InsertPt,
1793 DomBlock->getInstList().splice(InsertPt,
1810 // has been flattened. Change DomBlock to jump directly to our new block to
1812 TerminatorInst *OldTI = DomBlock->getTerminator();