Searched refs:ContBB (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1537 BasicBlock *ContBB = OrigBB->splitBasicBlock(CI, "malloc_cont"); local
1545 // Remove the uncond branch from OrigBB to ContBB, turning it into a cond
1548 BranchInst::Create(NullPtrBlock, ContBB, RunningOr, OrigBB);
1572 BranchInst::Create(ContBB, NullPtrBlock);

Completed in 117 milliseconds