Home | History | Annotate | Download | only in IPO

Lines Matching defs:ContBB

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