Lines Matching defs:BodyBlock
383 BasicBlock *BodyBlock = Target->splitBasicBlock(FirstNonPHI, ".split");
385 // Copy the BFI/BPI from Target to BodyBlock.
386 BPI->setEdgeProbability(BodyBlock, EdgeProbabilities);
387 BFI->setBlockFreq(BodyBlock, BFI->getBlockFreq(Target));
390 // In this case, the indirectbr now comes from BodyBlock.
392 IBRPred = BodyBlock;
394 // At this point Target only has PHIs, and BodyBlock has the rest of the
403 // block (BodyBlock) needs to be updated.
404 BasicBlock *Src = Pred != Target ? Pred : BodyBlock;
425 BasicBlock::iterator MergeInsert = BodyBlock->getFirstInsertionPt();