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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2228 BasicBlock *EdgeBB = local
2231 BranchInst *CritEdgeBranch = BranchInst::Create(RealDest, EdgeBB);
2235 AddPredecessorToBlock(RealDest, EdgeBB, BB);
2238 // instructions into EdgeBB. We know that there will be no uses of the
2239 // cloned instructions outside of EdgeBB.
2240 BasicBlock::iterator InsertPt = EdgeBB->begin();
2273 EdgeBB->getInstList().insert(InsertPt, N);
2282 // to EdgeBB instead.
2287 PredBBTI->setSuccessor(i, EdgeBB);
3793 BasicBlock *EdgeBB local
[all...]

Completed in 61 milliseconds