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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1549 BasicBlock *EdgeBB = BasicBlock::Create(BB->getContext(), local
1552 BranchInst::Create(RealDest, EdgeBB);
1555 AddPredecessorToBlock(RealDest, EdgeBB, BB);
1558 // instructions into EdgeBB. We know that there will be no uses of the
1559 // cloned instructions outside of EdgeBB.
1560 BasicBlock::iterator InsertPt = EdgeBB->begin();
1585 EdgeBB->getInstList().insert(InsertPt, N);
1592 // to EdgeBB instead.
1597 PredBBTI->setSuccessor(i, EdgeBB);
2676 BasicBlock *EdgeBB local
[all...]

Completed in 266 milliseconds