Home | History | Annotate | Download | only in IPO

Lines Matching refs:ContBB

1361   BasicBlock *ContBB = OrigBB->splitBasicBlock(CI, "malloc_cont");
1369 // Remove the uncond branch from OrigBB to ContBB, turning it into a cond
1372 BranchInst::Create(NullPtrBlock, ContBB, RunningOr, OrigBB);
1396 BranchInst::Create(ContBB, NullPtrBlock);