Home | History | Annotate | Download | only in IPO

Lines Matching refs:ContBB

1299   BasicBlock *ContBB =
1308 // Remove the uncond branch from OrigBB to ContBB, turning it into a cond
1311 BranchInst::Create(NullPtrBlock, ContBB, RunningOr, OrigBB);
1335 BranchInst::Create(ContBB, NullPtrBlock);