Home | History | Annotate | Download | only in IPO

Lines Matching refs:ContBB

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