Home | History | Annotate | Download | only in IPO

Lines Matching refs:ContBB

1343   BasicBlock *ContBB =
1352 // Remove the uncond branch from OrigBB to ContBB, turning it into a cond
1355 BranchInst::Create(NullPtrBlock, ContBB, RunningOr, OrigBB);
1379 BranchInst::Create(ContBB, NullPtrBlock);