Home
last modified time | relevance | path

Searched refs:EdgeBI (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3261 BranchInst *EdgeBI = cast<BranchInst>(EdgeBB->getTerminator()); in FoldCondBranchOnValueKnownInPredecessorImpl() local
3262 EdgeBI->setSuccessor(0, RealDest); in FoldCondBranchOnValueKnownInPredecessorImpl()
3263 EdgeBI->setDebugLoc(BI->getDebugLoc()); in FoldCondBranchOnValueKnownInPredecessorImpl()