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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2272 BasicBlock *EdgeBB = local
2275 BranchInst *CritEdgeBranch = BranchInst::Create(RealDest, EdgeBB);
2279 AddPredecessorToBlock(RealDest, EdgeBB, BB);
2282 // instructions into EdgeBB. We know that there will be no uses of the
2283 // cloned instructions outside of EdgeBB.
2284 BasicBlock::iterator InsertPt = EdgeBB->begin();
2317 EdgeBB->getInstList().insert(InsertPt, N);
2326 // to EdgeBB instead.
2331 PredBBTI->setSuccessor(i, EdgeBB);
3841 BasicBlock *EdgeBB local
[all...]

Completed in 82 milliseconds